mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed collapsed table in Chrome.
The .content-table class has been modified to expand properly in Firefox and Chrome. Ticket #1450
This commit is contained in:
parent
e0238b5218
commit
86230333a8
@ -583,11 +583,9 @@ div.tabs {
|
|||||||
/* ---- Search Facet ---- */
|
/* ---- Search Facet ---- */
|
||||||
|
|
||||||
.content-table {
|
.content-table {
|
||||||
position: absolute;
|
position: relative;
|
||||||
top: 0;
|
width: 100%;
|
||||||
left: 0;
|
height: 100%;
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-table tbody {
|
.content-table tbody {
|
||||||
|
Loading…
Reference in New Issue
Block a user