Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 7a282c6

Browse files
committed
Corrected the CSS property value for "resize"
"auto" isn't a valid value - replaced with "both"
1 parent bc0f6d6 commit 7a282c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Css/doctypegrideditor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515

1616
.dtge-dialog textarea.textstring {
17-
resize: auto;
17+
resize: both;
1818
border: 1px solid #bbbabf;
1919
}
2020

0 commit comments

Comments
 (0)