Skip to content

Commit 5dcfd75

Browse files
committed
Fix resizable handles position
1 parent 12a4b0d commit 5dcfd75

File tree

4 files changed

+111
-120
lines changed

4 files changed

+111
-120
lines changed

dist/textpattern/jquery-ui.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,10 @@ a.ui-state-default:focus {
288288
position: relative;
289289
}
290290

291-
.ui-resizable-handle {
292-
display: block;
291+
.ui-resizable-handle,
292+
.ui-icon.ui-resizable-handle {
293293
position: absolute;
294+
margin-bottom: 0;
294295
font-size: 0.1px;
295296
touch-action: manipulation;
296297
}

dist/textpattern/jquery-ui.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)