Browse Source

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

jalbr74 6 years ago
parent
commit
f1fca3d39d

+ 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;