freeipa/install/ui/less/layout.less
2021-10-03 11:06:28 +02:00

27 lines
396 B
Plaintext

#simple-container .content {
height: 100%;
}
#container {
background-color: white;
}
/* --- Table layout created by CSS --- */
.table-layout {
display: table;
}
.table-row {
display: table-row;
.table-cell {
display: table-cell;
vertical-align: middle;
}
.table-head {
padding: 0 5px 0 0;
}
}
.break-words {
word-break: break-all;
}