Skip to content

Commit

Permalink
Merge pull request #109 from BuildFire/plug-2515
Browse files Browse the repository at this point in the history
fix(layout-style) :fix icon text is cut off
  • Loading branch information
mas-iota committed Jun 6, 2024
2 parents 4874255 + d83da18 commit 94e0286
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions widget/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@
.launcher-plugin .launcher-icons{
padding-left:5px;
padding-right:5px;
float:left;
display: flex;
align-items: stretch;
flex-wrap: wrap;
justify-content: flex-start;
width:100%;
}
.launcher-plugin .launcher-icons .launcher-icon{
float:left;
margin-bottom:12px;
height:68px;
overflow:hidden;
}
.launcher-plugin .launcher-icons.four-row .launcher-icon{
width:25%;
Expand All @@ -59,9 +60,8 @@
.launcher-plugin .launcher-icons .launcher-icon .text-holder p{
margin:6px 0 0;
font-size:12px;
line-height:15px;
word-wrap:break-word;
position:relative;
line-height:18px;
transform: translateZ(0px);
-webkit-transform: translateZ(0px);
}
Expand Down Expand Up @@ -285,4 +285,4 @@
max-width: 40px !important;
min-width: 40px !important;
}
}
}

0 comments on commit 94e0286

Please sign in to comment.