Skip to content

Commit 8149b73

Browse files
committed
Fix all overflow issues on idea panel
1 parent dd57af9 commit 8149b73

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

styles/prosilver/theme/ideas.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ dd.topics {
99
font-weight: 400 !important;
1010
}
1111

12+
.idea-panel dd {
13+
overflow: visible !important;
14+
}
15+
1216
/* Vote buttons */
1317
.minivote {
1418
line-height: normal;
@@ -184,10 +188,6 @@ dd.topics {
184188
color: #ffffff;
185189
}
186190

187-
.status-dropdown-container {
188-
overflow: visible !important;
189-
}
190-
191191
.status-dropdown {
192192
margin-top: 8px;
193193
}

0 commit comments

Comments
 (0)