Skip to content

Commit 4c018a0

Browse files
author
prima
committed
fix: Tile fix
1 parent e088615 commit 4c018a0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

embd_res/css/popupUtils.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@
4949
}
5050

5151
.containAndScaleImage.tile {
52-
height: 128px;
53-
aspect-ratio: 1;
54-
border-radius: 25px;
55-
text-align: center;
52+
height: 128px;
53+
width: 128px;
54+
border-radius: 25px;
55+
text-align: center;
56+
word-wrap: break-word;
5657
}
5758

5859
.containAndScaleImage.tile>b {

0 commit comments

Comments
 (0)