Skip to content

Commit 975bde5

Browse files
committed
Dialog: Remove unnecessary margin on title.
1 parent 050e71b commit 975bde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/base/jquery.ui.dialog.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
.ui-dialog .ui-dialog-title {
2525
float: left;
26-
margin: .1em 16px .1em 0;
26+
margin: .1em 0;
2727
white-space: nowrap;
2828
width: 90%;
2929
overflow: hidden;

0 commit comments

Comments
 (0)