[Fronted] Tweaks to bubbles and context menus scss
WTD-1248 WTD-884 Changed z-index of context menus and bubbles to put the menus above; Changed text wrapping of 'value' td to no-wrap; Changed min and max-width of .l-infobubble;
This commit is contained in:
@@ -25,9 +25,10 @@
|
||||
$arwSize: 5px;
|
||||
@include box-shadow(rgba(black, 0.4) 0 1px 5px);
|
||||
position: absolute;
|
||||
z-index: 70;
|
||||
z-index: 50;
|
||||
.l-infobubble {
|
||||
display: inline-block;
|
||||
min-width: 100px;
|
||||
max-width: 300px;
|
||||
padding: 5px 10px;
|
||||
&:before {
|
||||
@@ -51,8 +52,9 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
&.value {
|
||||
//@include ellipsize();
|
||||
//@include test(red);
|
||||
//white-space: nowrap;
|
||||
white-space: nowrap;
|
||||
//width: 90%;
|
||||
}
|
||||
&.align-wrap {
|
||||
|
||||
Reference in New Issue
Block a user