We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbed8e7 commit e1902c3Copy full SHA for e1902c3
1 file changed
styles/prosilver/theme/ideas.css
@@ -118,13 +118,15 @@ dd.topics {
118
/* Idea Body Styles */
119
.idea-panel {
120
font-size: 11px;
121
+ display: flex;
122
+ flex-wrap: wrap;
123
width: 100%;
124
}
125
126
.idea-panel-inner {
- float: left;
127
+ flex-grow: 1;
128
box-sizing: border-box;
- width: 50%;
129
+ width: 400px;
130
padding: 0 3px;
131
132
@@ -236,14 +238,3 @@ dd.topics {
236
238
.rating {
237
239
margin-top: 4px;
240
-
-@media (max-width: 900px) {
241
- .idea-panel-inner {
242
- float: none;
243
- width: 100%;
244
- }
245
246
- .status-item {
247
- align-items: flex-start;
248
249
-}
0 commit comments