Skip to content

Commit b74b395

Browse files
committed
Minor styling improvements
1 parent 92f6501 commit b74b395

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Skybrud.Umbraco.TextBox/App_Plugins/Skybrud.TextBox/Styles/Default.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
.SkybrudTextBox .control-description {
1717
max-width: 800px;
1818
}
19-
.Skybrud.TextArea {
19+
.SkybrudTextArea textarea {
2020
resize: vertical;
21-
min-height: 70px;
21+
min-height: 100px;
2222
}

src/Skybrud.Umbraco.TextBox/App_Plugins/Skybrud.TextBox/Styles/Default.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
}
2727

28-
.Skybrud.TextArea {
28+
.SkybrudTextArea textarea {
2929
resize: vertical;
30-
min-height: 70px;
30+
min-height: 100px;
3131
}

src/Skybrud.Umbraco.TextBox/App_Plugins/Skybrud.TextBox/Styles/Default.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)