6 lines
75 B
SCSS
6 lines
75 B
SCSS
tr {
|
|
display: table;
|
|
width: calc(100% - 5px);
|
|
table-layout: fixed;
|
|
}
|