10 lines
98 B
SCSS
10 lines
98 B
SCSS
|
.prefill-description {
|
||
|
table {
|
||
|
table-layout: fixed;
|
||
|
|
||
|
th {
|
||
|
width: 25%;
|
||
|
}
|
||
|
}
|
||
|
}
|