Skip to content

Commit 94e0286

Browse files
authored
Merge pull request #109 from BuildFire/plug-2515
fix(layout-style) :fix icon text is cut off
2 parents 4874255 + d83da18 commit 94e0286

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

widget/assets/css/style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@
3131
.launcher-plugin .launcher-icons{
3232
padding-left:5px;
3333
padding-right:5px;
34-
float:left;
34+
display: flex;
35+
align-items: stretch;
36+
flex-wrap: wrap;
37+
justify-content: flex-start;
3538
width:100%;
3639
}
3740
.launcher-plugin .launcher-icons .launcher-icon{
3841
float:left;
3942
margin-bottom:12px;
40-
height:68px;
41-
overflow:hidden;
4243
}
4344
.launcher-plugin .launcher-icons.four-row .launcher-icon{
4445
width:25%;
@@ -59,9 +60,8 @@
5960
.launcher-plugin .launcher-icons .launcher-icon .text-holder p{
6061
margin:6px 0 0;
6162
font-size:12px;
62-
line-height:15px;
6363
word-wrap:break-word;
64-
position:relative;
64+
line-height:18px;
6565
transform: translateZ(0px);
6666
-webkit-transform: translateZ(0px);
6767
}
@@ -285,4 +285,4 @@
285285
max-width: 40px !important;
286286
min-width: 40px !important;
287287
}
288-
}
288+
}

0 commit comments

Comments
 (0)