Browse Source

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

jalbr74 6 years ago
parent
commit
d3a6e32370
1 changed files with 5 additions and 0 deletions
  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