fix: align icons in the centre

This commit is contained in:
Ejaaz Khan 2026-02-02 16:35:01 +05:30
parent b489af436f
commit 39e5e9f0c6

View file

@ -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;
}
}
}