瀏覽代碼

Merge pull request #460 from pwm-project/pwm-bugs

Fixed a problem where the dialog title text was running outside the d…
James Albright 6 年之前
父節點
當前提交
bf295a10b8
共有 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