Fix IconButton centering issues
This commit is contained in:
@@ -127,12 +127,6 @@
|
||||
cursor: pointer;
|
||||
transition: color 100ms ease-in;
|
||||
|
||||
> div {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
i.fa {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -103,6 +103,10 @@
|
||||
border-radius: 4px;
|
||||
box-sizing: content-box;
|
||||
padding: 2px;
|
||||
|
||||
> div {
|
||||
line-height: 31px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.button { margin-right: 10px; }
|
||||
|
||||
Reference in New Issue
Block a user