Skip to content

Commit 623be8d

Browse files
committed
Do not hide overflow in widget container
1 parent c9aa1a9 commit 623be8d

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

_output/phrases/_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"global_cache": false,
172172
"version_id": 1000070,
173173
"version_string": "1.0.0",
174-
"hash": "848f2f516e91fc98f38b61454649f53e"
174+
"hash": "b25089d414c7726a06201b518c90fd85"
175175
},
176176
"option_group.ifGridShow.txt": {
177177
"global_cache": false,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
If enabled, the GridShow widget will be displayed in the forum homepage to those users that have the permission to view it. If disable, the GridShow widget will be hidden.
1+
If enabled, the GridShow widget will be displayed in the forum homepage to those users that have the permission to view it. If disabled, the GridShow widget will be hidden.

_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": "eeac7abfd109c57cbd21714a7b85745a"
20+
"hash": "e48d517fddf2e9da41abbf1313041fcd"
2121
}
2222
}

_output/templates/public/if_gs_gridshow_widget.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ div.if-gs-widget {
55
grid-template-columns: 1fr 1fr 1fr 1fr;
66
grid-gap: @xf-ifgsGridGap;
77
grid-auto-flow: row dense;
8-
overflow: hidden;
98

109
.if-gs-tile {
1110
position: relative;

0 commit comments

Comments
 (0)