Run script/format with prettier

This commit is contained in:
George Drummond
2019-05-03 14:01:24 -04:00
parent 0996f254cb
commit 9e4647254f
28 changed files with 104 additions and 93 deletions

View File

@@ -13,8 +13,8 @@ table {
border-collapse: separate;
}
th, td {
th,
td {
&.table-cell--align-right {
text-align: right;
}
@@ -83,7 +83,8 @@ table {
thead {
tr {
th, td {
th,
td {
@include block-list-header;
display: table-cell;
@@ -151,7 +152,8 @@ table {
max-width: 100%;
table-layout: fixed;
th, td {
th,
td {
white-space: normal;
}
}