ソースを参照

HUE-7949 [dashboard] Fix UX of drag and drop of dimensions

Enrico Berti 7 年 前
コミット
1b5ba3c7cb

ファイルの差分が大きいため隠しています
+ 0 - 0
desktop/libs/dashboard/src/dashboard/static/dashboard/css/common_dashboard.css


+ 3 - 0
desktop/libs/dashboard/src/dashboard/static/dashboard/less/common_dashboard.less

@@ -488,6 +488,8 @@
     border: 1px solid @cui-gray-050;
     margin-right: 10px;
     position: relative;
+    display: block;
+    float: left;
     &.is-editing {
       border-color: @cui-blue-700;
     }
@@ -496,6 +498,7 @@
   .dimensions-badge-container-add {
     padding: 4px;
     opacity: 0;
+    float: right;
     &.is-adding {
       opacity: 1;
       .action-icon {

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません