Commit 0d62f705891c6b70cb1a3273507497ffc26d0e96

Authored by Victor Costa
1 parent b85ba2b2

Fix select element for mobile

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
sass/_proposal_detail.scss
... ... @@ -99,6 +99,11 @@
99 99 width: auto;
100 100 }
101 101 }
  102 + &:after {
  103 + content:"";
  104 + display:table;
  105 + clear:both;
  106 + }
102 107 }
103 108 .results-container {
104 109 &:before {
... ...