diff options
author | Volpeon <git@volpeon.ink> | 2023-02-22 18:22:30 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2023-02-22 18:22:30 +0100 |
commit | 32c3df6ec031f076bdccb45f09d196447fed2600 (patch) | |
tree | 972b30779cc479050c00f57d65d329d6d0f38e88 /src/objects | |
parent | More avatar sizes (diff) | |
download | iro-design-32c3df6ec031f076bdccb45f09d196447fed2600.tar.gz iro-design-32c3df6ec031f076bdccb45f09d196447fed2600.tar.bz2 iro-design-32c3df6ec031f076bdccb45f09d196447fed2600.zip |
Action Button valign fix
Diffstat (limited to 'src/objects')
-rw-r--r-- | src/objects/_action-button.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects/_action-button.scss b/src/objects/_action-button.scss index edb9200..cfd859c 100644 --- a/src/objects/_action-button.scss +++ b/src/objects/_action-button.scss | |||
@@ -84,6 +84,7 @@ | |||
84 | text-align: center; | 84 | text-align: center; |
85 | text-decoration: none; | 85 | text-decoration: none; |
86 | text-overflow: ellipsis; | 86 | text-overflow: ellipsis; |
87 | vertical-align: top; | ||
87 | white-space: nowrap; | 88 | white-space: nowrap; |
88 | 89 | ||
89 | &:link, | 90 | &:link, |