Make tables behave better
This commit is contained in:
parent
180fe602ad
commit
3db2ba38e8
@ -26,6 +26,14 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|||||||
background-color: rgba(255,255,255,0.15);
|
background-color: rgba(255,255,255,0.15);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note-text table {
|
||||||
|
border-spacing: 0px;
|
||||||
|
border-collapse: collapse;
|
||||||
|
table-layout: fixed;
|
||||||
|
width: 100%;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
z-index: 9999999;
|
z-index: 9999999;
|
||||||
transform: translate3d(-180px, -125px, 0px) !important;
|
transform: translate3d(-180px, -125px, 0px) !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user