Skip to content

Commit d761ba3

Browse files
committed
Position the description heading on the same level as the editor tabs
1 parent 8b7b025 commit d761ba3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

assets/css/admin-single.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.

assets/css/table.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.

assets/scss/admin-single.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ label {
1212
cursor: auto;
1313
}
1414

15+
/* Position the description heading on the same level as the editor buttons */
16+
label[for="snippet_description"] h3 div {
17+
position: absolute;
18+
}
19+
1520
/* Add spacing in between the action buttons */
1621
.submit .button {
1722
margin-right: .5em;

0 commit comments

Comments
 (0)