css: don't loop width prop on .agenda-table (#53817)

This commit is contained in:
Thomas Jund 2021-05-10 16:29:03 +02:00
parent 15d1e227f4
commit d66778cfb8
1 changed files with 4 additions and 4 deletions

View File

@ -133,10 +133,10 @@ table.agenda-table {
word-break: break-word;
}
@for $i from 1 through 7 {
.agenda-table {
width: 100%;
.desks-#{$i} {
.agenda-table {
width: 100%;
@for $i from 1 through 7 {
&.desks-#{$i} {
thead th { width: (100%/$i)-1%; }
}
}