9 lines
112 B
SCSS
9 lines
112 B
SCSS
|
.types-de-champs-table {
|
||
|
table-layout: fixed;
|
||
|
|
||
|
td {
|
||
|
white-space: normal;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
}
|