mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
11 lines
163 B
SCSS
11 lines
163 B
SCSS
table {
|
|
thead tr, tbody tr {
|
|
th, td {
|
|
box-sizing: border-box;
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
}
|