fix: align icons in the centre
This commit is contained in:
parent
b489af436f
commit
39e5e9f0c6
1 changed files with 7 additions and 0 deletions
|
|
@ -195,6 +195,13 @@ select.form-control {
|
|||
@extend .action-btn;
|
||||
background-color: var(--control-bg);
|
||||
display: none;
|
||||
border-radius: var(--border-radius-sm);
|
||||
height: 100%;
|
||||
a {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue