Skip to content

Commit

Permalink
fix(ui): dialog header title layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Nov 22, 2024
1 parent 06a4bcc commit 8925831
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ui/src/styles/layout/element-plus-overload.scss
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,17 @@ form.ks-horizontal {
margin: calc(var(--spacer) * -1) calc(var(--spacer) * -1) var(--spacer);
border-top-right-radius: var(--bs-border-radius-lg);
border-top-left-radius: var(--bs-border-radius-lg);
background: var(--bs-gray-300);
font-size: var(--font-size-lg);

html.dark & {
background: var(--bs-gray-200);
}

.el-dialog__headerbtn {
height: 62px;
width: 62px;
}
}

.el-dialog__title {
Expand Down

0 comments on commit 8925831

Please sign in to comment.