fix tables
This commit is contained in:
parent
78af957ba3
commit
228b37f372
1 changed files with 7 additions and 0 deletions
|
@ -463,6 +463,7 @@ span[data-tooltip]:hover:before {
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
|
@ -4093,6 +4094,8 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-list {
|
.user-list {
|
||||||
|
table-layout: auto;
|
||||||
|
|
||||||
tr:hover .switchView {
|
tr:hover .switchView {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
@ -4486,6 +4489,10 @@ footer {
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.userSearch {
|
||||||
|
margin: 0 0 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.userSearch .tabs {
|
.userSearch .tabs {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue