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 ---- */
|
||||
|
||||
.content-table {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.content-table tbody {
|
||||
|
Loading…
Reference in New Issue
Block a user