Skip to content

Commit 84b3a77

Browse files
committed
Fix display of category with long text
1 parent 83b3643 commit 84b3a77

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

_output/templates/_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"public/if_gs_gridshow_widget.less": {
1818
"version_id": 1000070,
1919
"version_string": "1.0.0",
20-
"hash": "8e249ea26ff6eb3461a6eccfcfdf7ee9"
20+
"hash": "b0674856f9edc93ed116199523f5a21b"
2121
}
2222
}

_output/templates/public/if_gs_gridshow_widget.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636
border-radius: 3px;
3737
color: #FFF;
3838
padding: 4px 10px;
39-
background: #173854;
39+
background: #13466B;
40+
max-height: 2.1em;
41+
max-width: 100%;
42+
overflow: hidden;
4043
}
4144

4245
.if-gs-tile-title {

0 commit comments

Comments
 (0)