Skip to content

Commit ea44dce

Browse files
michalberkyHejdaJakub
authored andcommitted
fix(admin): fix misaligned ellipsis in sponsored member creation dropdown menu
Added inline-block display property action-button in _styles.scss Changed margin-left of action-button::after to properly align it.
1 parent 5f5562d commit ea44dce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/admin-gui/src/_styles.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,8 +1581,13 @@ td.mat-mdc-cell {
15811581
contain: size !important;
15821582
}
15831583

1584+
.action-button {
1585+
display: inline-block !important;
1586+
}
1587+
15841588
.action-button::after {
15851589
content: '\2026';
1590+
margin-left: -4px;
15861591
}
15871592

15881593
.align-checkbox {

0 commit comments

Comments
 (0)