summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout')
-rw-r--r--webapp/sass/layout/_forms.scss6
-rw-r--r--webapp/sass/layout/_webhooks.scss4
2 files changed, 6 insertions, 4 deletions
diff --git a/webapp/sass/layout/_forms.scss b/webapp/sass/layout/_forms.scss
index 64c74b0a5..c5f00c813 100644
--- a/webapp/sass/layout/_forms.scss
+++ b/webapp/sass/layout/_forms.scss
@@ -69,8 +69,10 @@
color: $red;
}
- .control-label {
- color: inherit;
+ .form__label {
+ &.control-label {
+ color: inherit;
+ }
}
&.radio,
diff --git a/webapp/sass/layout/_webhooks.scss b/webapp/sass/layout/_webhooks.scss
index 57b8beaee..9cfca2a3c 100644
--- a/webapp/sass/layout/_webhooks.scss
+++ b/webapp/sass/layout/_webhooks.scss
@@ -46,7 +46,7 @@
border-radius: 4px;
border-style: solid;
border-width: 1px;
- margin: 0 0 5px 0;
+ margin-top: 5px;
padding: 2px 5px;
}
@@ -140,7 +140,7 @@
&.attachment__image--openraph {
margin-bottom: 0;
max-height: 80px;
- max-width: 200px;
+ max-width: 100%;
&.loading {
height: 80px;