summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_webhooks.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_webhooks.scss')
-rw-r--r--webapp/sass/layout/_webhooks.scss10
1 files changed, 6 insertions, 4 deletions
diff --git a/webapp/sass/layout/_webhooks.scss b/webapp/sass/layout/_webhooks.scss
index 79072375f..57b8beaee 100644
--- a/webapp/sass/layout/_webhooks.scss
+++ b/webapp/sass/layout/_webhooks.scss
@@ -74,12 +74,13 @@
}
&.attachment__container--opengraph {
- padding-left: 5px;
- border-left-style: none;
border-left-color: transparent;
+ border-left-style: none;
display: table;
margin: 0;
padding-bottom: 13px;
+ padding-left: 5px;
+ table-layout: fixed;
width: 100%;
div {
@@ -125,9 +126,10 @@
.attachment__image__container--openraph {
display: table-cell;
- vertical-align: top;
- padding-top: 3px;
padding-left: 15px;
+ padding-top: 3px;
+ vertical-align: top;
+ width: 95px;
}
.attachment__image {