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