summaryrefslogtreecommitdiffstats
path: root/src/objects
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-02-22 18:22:30 +0100
committerVolpeon <git@volpeon.ink>2023-02-22 18:22:30 +0100
commit32c3df6ec031f076bdccb45f09d196447fed2600 (patch)
tree972b30779cc479050c00f57d65d329d6d0f38e88 /src/objects
parentMore avatar sizes (diff)
downloadiro-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.scss1
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,