mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #396 from AnatoleLucet/style/icons-alignment
Fix icons vertical alignment
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -238,3 +238,11 @@ small {
|
||||
.icon-dot-3:before {
|
||||
.func-rotate(90deg);
|
||||
}
|
||||
|
||||
// fix icons vertical alignment
|
||||
i[class^='icon-'], i[class*=' icon-']{
|
||||
&:before {
|
||||
display: inline;
|
||||
line-height: unset;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user