Skip to content

Commit d64a626

Browse files
committed
Dialog: Adjust styling for confining the title
1 parent e992523 commit d64a626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/base/dialog.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
outline: 0;
1717
}
1818
.ui-dialog .ui-dialog-titlebar {
19-
padding: .4em 1em;
19+
padding: .4em 2em .4em 1em;
2020
position: relative;
2121
}
2222
.ui-dialog .ui-dialog-title {
2323
float: left;
2424
margin: .1em 0;
2525
white-space: nowrap;
26-
width: 90%;
26+
width: 100%;
2727
overflow: hidden;
2828
text-overflow: ellipsis;
2929
}

0 commit comments

Comments
 (0)