Skip to content

Commit 8f5a771

Browse files
michalberkybodnara
authored andcommitted
fix(admin): fix disappearing icons
* Added min-width and min-height attribute to perun-icon class, which solves not only disappearing icons on entity detail, but throughout admin-gui
1 parent 8ce7851 commit 8f5a771

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/admin-gui/src/_styles.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,6 +1409,9 @@ textarea.cdk-textarea-autosize-measuring {
14091409
polygon {
14101410
fill: currentColor;
14111411
}
1412+
1413+
min-width: 24px;
1414+
min-height: 24px;
14121415
}
14131416

14141417
.word-break-all {

0 commit comments

Comments
 (0)