Commit ddf79f552aac22f39d7fc6d262488f6b0f543786
1 parent
96cc6b9e
Exists in
master
and in
10 other branches
Fix #61
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
sass/_proposal_categories.scss
@@ -178,6 +178,14 @@ | @@ -178,6 +178,14 @@ | ||
178 | } | 178 | } |
179 | 179 | ||
180 | // @media only screen and (max-device-width: 480px) { | 180 | // @media only screen and (max-device-width: 480px) { |
181 | + | ||
182 | + | ||
183 | +@media only screen and (max-width: 630px) { | ||
184 | + .proposal-detail .categories select{ | ||
185 | + width: 100% !important; | ||
186 | + } | ||
187 | + | ||
188 | +} | ||
181 | @media only screen and (max-width: 768px) { | 189 | @media only screen and (max-width: 768px) { |
182 | .proposal-item { | 190 | .proposal-item { |
183 | width: 95% !important; | 191 | width: 95% !important; |