Просмотр исходного кода

Fixed a problem where the dialog title text was running outside the dialog boundaries.

jalbr74 6 лет назад
Родитель
Сommit
d3a6e32370
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      client/src/styles.scss

+ 5 - 0
client/src/styles.scss

@@ -6,6 +6,11 @@
   .ias-dialog {
     // Need to fix this minor css problem in ux-ias until a version > 1.0.0-rc comes out.
     position: fixed;
+
+    > .ias-dialog-container > .ias-dialog-label > .ias-title {
+      overflow: hidden;
+      text-overflow: ellipsis;
+    }
   }
 
   // ux-ias normally applies the following to the body tag, but the way we are including ux-ias under .ias-styles-root