15 lines
No EOL
142 B
CSS
15 lines
No EOL
142 B
CSS
.flat-content {
|
|
flex-direction: row;
|
|
}
|
|
|
|
th {
|
|
text-align: left;
|
|
}
|
|
|
|
td {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.spacer-column {
|
|
width: 100%;
|
|
} |