Skip to content

Commit

Permalink
Ensure form item labels can displays entirely in modals
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesChenX committed Oct 28, 2023
1 parent e263e45 commit a32c635
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions turms-admin/ui/src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@ td {
align-items: center;
}

.ant-form-row {
align-items: center !important;

.ant-form-item-label {
white-space: normal !important;

> label{
margin-right: 8px !important;
height: unset !important;

&::after {
content: none !important;
}
}
}
}

.ant-message-notice-content {
max-width: 500px;
}
Expand Down

0 comments on commit a32c635

Please sign in to comment.