| commit | c84f1123f8ba69f9e2211b2d816bb415e595efaa | [log] [tgz] |
|---|---|---|
| author | SANDHYA.JS <sandhya.j@tataelxsi.co.in> | Tue Jun 04 21:50:03 2024 +0530 |
| committer | SANDHYA.JS <sandhya.j@tataelxsi.co.in> | Wed Jun 05 14:52:24 2024 +0530 |
| tree | f631f6f4c8e1d81b889814530aa520f3a2d6c6f5 | |
| parent | a91e51fcd2d4fcfc136bdff9f0a7d2c205b135b6 [diff] [blame] |
Angular upgrade - Upgraded Angular from 14 to 15 version. Change-Id: I2339a04020153cbc9ed7a14bfe8e0aa265e507da Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
diff --git a/src/app/users/project-role/ProjectRoleComponent.scss b/src/app/users/project-role/ProjectRoleComponent.scss index c80a776..09ff918 100644 --- a/src/app/users/project-role/ProjectRoleComponent.scss +++ b/src/app/users/project-role/ProjectRoleComponent.scss
@@ -33,5 +33,17 @@ } .col-sm-1{ - bottom: 10px; -} \ No newline at end of file + position: relative; + bottom: 10px; +} +.modal-body .row{ + margin-bottom: 0px; +} +.delete{ + position: absolute; + bottom: 8px; + left: 3px; + border: 0; + font-size: 1.3125rem; + background-color: transparent; +}