浏览代码

Corregido css

Maximiliano Schvindt 8 年之前
父节点
当前提交
32bf5ae64d
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      Resources/views/Type/remote_client_widget.html.twig

+ 5 - 1
Resources/views/Type/remote_client_widget.html.twig

@@ -11,6 +11,10 @@
                 height: 34px;
                 border-radius: 0px;
             }
+            
+            .select2-container .select2-selection--single .select2-selection__rendered {
+                padding: 0px;
+            }
         </style>
         <script type="text/javascript">
         $(function () {
@@ -35,7 +39,7 @@
             });
         });
         </script>
-        <div>
+        <div class="clearfix">
             <div style="width: 50%; float: left;">
                 {{ block('choice_widget') }}
             </div>