Minor improvement for table view with meta
Change-Id: Ic900c6a2348002c6d88cb2c066264383b7f7caf5
diff --git a/dev/scss/main/kwic-new.scss b/dev/scss/main/kwic-new.scss
index 6b31a95..2cc4b76 100644
--- a/dev/scss/main/kwic-new.scss
+++ b/dev/scss/main/kwic-new.scss
@@ -30,11 +30,16 @@
div.meta {
position: relative;
display: table-cell;
- width: init;
+ width: 2px;
z-index: 5;
overflow-y: visible;
background-color: green;
}
+/*
+ &:first-of-type div.meta {
+ background-color: blue;
+ }
+*/
}
}
@@ -207,11 +212,14 @@
#search > ol > li.active {
overflow: hidden;
div.meta {
- overflow: none;
+ display: none;
+ // visibility: hidden;
}
div.match-main {
+ // width: 100%;
+ display: block;
div.match-wrap {
- width: auto;
+// width: 100%;
margin-left: 0;
overflow-x: visible;
white-space: wrap;