You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by kb...@apache.org on 2017/09/26 12:56:59 UTC

[2/3] atlas git commit: ATLAS-2153 : UI : Adding more columns to the search table masks the Remove tag button

ATLAS-2153 : UI : Adding more columns to the search table masks the Remove tag button


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/6426e9df
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/6426e9df
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/6426e9df

Branch: refs/heads/master
Commit: 6426e9df2742e4670a47e087b1a418efdb2e8994
Parents: 24d8d18
Author: kevalbhatt <kb...@apache.org>
Authored: Mon Sep 25 14:20:43 2017 +0530
Committer: kevalbhatt <kb...@apache.org>
Committed: Tue Sep 26 18:26:21 2017 +0530

----------------------------------------------------------------------
 dashboardv2/public/css/scss/form.scss | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/6426e9df/dashboardv2/public/css/scss/form.scss
----------------------------------------------------------------------
diff --git a/dashboardv2/public/css/scss/form.scss b/dashboardv2/public/css/scss/form.scss
index b83fb9c..694e885 100644
--- a/dashboardv2/public/css/scss/form.scss
+++ b/dashboardv2/public/css/scss/form.scss
@@ -220,14 +220,18 @@ button:focus {
 }
 
 .btn-fixed-width {
-    .btn-icon>span {
-        @include ellipsis();
-        float: left;
-        width: 100px;
-        padding: 2px 5px !important;
-    }
-    >i {
-        float: right;
+    .btn-icon {
+        min-width: 100px;
+        >span {
+            @include ellipsis();
+            float: left;
+            width: 76px;
+            padding: 2px 5px !important;
+        }
+        >i {
+            float: right;
+            line-height: 15px;
+        }
     }
 }