Skip to content

Commit

Permalink
front: center text on stdcm error
Browse files Browse the repository at this point in the history
fix #10135

Signed-off-by: Benoit Simard <contact@bsimard.com>
  • Loading branch information
sim51 committed Jan 7, 2025
1 parent f441176 commit cae4d30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions front/src/styles/scss/applications/stdcm/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,11 @@
}

.error-message {
padding-top: 22px;
max-width: 546px;
padding: 22px 8px 0 8px;
width: 466px;
color: rgba(49, 46, 43, 1);
line-height: 24px;
text-align: center;
}
}
}
Expand Down

0 comments on commit cae4d30

Please sign in to comment.