浏览代码

Fixed a problem where text from the person details dialog is bleeding onto other elements on the page.

jalbr74 6 年之前
父节点
当前提交
f1fca3d39d
共有 3 个文件被更改,包括 3 次插入1 次删除
  1. 1 0
      .gitignore
  2. 1 1
      client/package.json
  3. 1 0
      client/src/modules/peoplesearch/person-details-dialog.component.scss

+ 1 - 0
.gitignore

@@ -20,3 +20,4 @@
 */target
 
 
+/target

+ 1 - 1
client/package.json

@@ -13,7 +13,7 @@
         "test": "karma start test/karma.conf.js --mode=development",
         "test-single-run": "karma start test/karma.conf.js --mode=development --singleRun --no-auto-watch",
         "start": "webpack-dev-server --mode=development --port 4000 --history-api-fallback --colors",
-        "sync": "webpack --mode=production --output-path=../server/target/pwm-1.8.0-SNAPSHOT/public/resources/webjars/pwm-client --watch --progress --colors"
+        "sync": "webpack --mode=production --output-path=../webapp/target/pwm-1.8.0-SNAPSHOT/public/resources/webjars/pwm-client --watch --progress --colors"
     },
     "author": "",
     "license": "ISC",

+ 1 - 0
client/src/modules/peoplesearch/person-details-dialog.component.scss

@@ -28,6 +28,7 @@
 
 .person-details-dialog {
   text-align: left;
+  overflow: hidden;
 
   .ias-dialog-container {
     padding: 0;