Skip to content

Commit

Permalink
Merge pull request #2272 from TimaQT/features/timaqt/EMBCESSMOD-5494
Browse files Browse the repository at this point in the history
EMBCESSMOD-5494 - View Support button/Word-break style fixed
  • Loading branch information
ytqsl committed Jun 3, 2024
2 parents 3140e1c + 33ebe3e commit e35ada0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ tr.example-element-row:not(.example-expanded-row):hover {
.header-row th.mat-mdc-header-cell,
.example-element-row td {
padding: 0 2px;
word-break: break-all;
word-break: normal;
}
}
9 changes: 9 additions & 0 deletions registrants/src/UI/embc-registrant/src/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -504,3 +504,12 @@ mat-form-field {
.versions-table {
width: 100%;
}
@media(max-width:768px){
app-evacuation-card .button-align{
padding: 0!important;
}
app-evacuation-card .button-p{
padding: 0!important;
max-width:95%;
margin: 10px auto;}
}

0 comments on commit e35ada0

Please sign in to comment.