Alex Aragón 6 years ago
parent
commit
fab811793d
1 changed files with 6 additions and 2 deletions
  1. 6 2
      app/Resources/public/css/base.css

+ 6 - 2
app/Resources/public/css/base.css

@@ -2823,14 +2823,18 @@ form .formw .freeze {
     text-align: left;
     vertical-align: middle;
 }
+.email-box{
+    display: flex;
+}
 .email-overflow{
     width:200px;
     height:20px;
-    padding:20px;
-    border:1px solid blue;
+    padding:0;
     text-overflow:ellipsis;
     white-space:nowrap;
     overflow:hidden;
+    margin: auto;
+    text-align: center;
 }
 .email-overflow:hover {
     width: auto;