diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2022-11-12 20:19:36 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2022-11-12 20:19:36 +0100 | 
| commit | 1671666d06cab9cecdee6753ec68ceea47fdc7cd (patch) | |
| tree | f88cc54dcda5c5826c41c9ab2b1ec6aca1802d51 /sass/src | |
| parent | 13fdbdc798fea6184f1183f7944c7d30580c00ff (diff) | |
fix load icon alignment in stop list
Diffstat (limited to 'sass/src')
| -rw-r--r-- | sass/src/common/index.scss | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/sass/src/common/index.scss b/sass/src/common/index.scss index 89e1b7b..b66c425 100644 --- a/sass/src/common/index.scss +++ b/sass/src/common/index.scss @@ -40,12 +40,13 @@ a.tablerow {    padding-top: 1em;    padding-bottom: 1em;    border-bottom: 1px solid rgba(0,0,0,0.12); -  span { -    display: inline-block; -  }    .material-icons { +    vertical-align: bottom;      margin-bottom: 0.2em;    } +  span { +    display: inline-block; +  }  }  .pagination {  | 
