Align icon content in the center via display: flex;

This commit is contained in:
Jean-Baptiste Bellet
2022-12-19 11:53:58 +01:00
parent 86c437ee24
commit 2ff50587d8

View File

@@ -73,6 +73,8 @@ table tbody tr td.actions {
&.no-text {
border: 2px solid $v2-blue-light;
display: flex; // Be sure that display: flex; is applied
padding-top: 0;
&:hover {
border-color: $v2-blue;