Skip to content

Commit

Permalink
settings/scss: Reorder to have .settings-section-title at same place.
Browse files Browse the repository at this point in the history
  • Loading branch information
pragatiagrawal31 authored and timabbott committed Aug 18, 2019
1 parent 92dd5e2 commit 378c1a5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions static/styles/settings.scss
Expand Up @@ -265,6 +265,16 @@ td .button {
color: inherit;
}

.settings-section .settings-section-title .table-title {
display: inline-block;
padding: 6px 0px;
margin-left: 5px;
}

.settings-section .settings-section-title .table-title i {
margin-right: 5px;
}

.settings-section form {
margin: 0;
}
Expand Down Expand Up @@ -296,16 +306,6 @@ td .button {
font-size: 0.9em;
}

.settings-section .settings-section-title .table-title {
display: inline-block;
padding: 6px 0px;
margin-left: 5px;
}

.settings-section .settings-section-title .table-title i {
margin-right: 5px;
}

.settings-section .upgrade-tip,
.settings-section .tip {
position: relative;
Expand Down

0 comments on commit 378c1a5

Please sign in to comment.