We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56f63ad + 74f2167 commit bffc9edCopy full SHA for bffc9ed
stylesheets/_modules.scss
@@ -147,7 +147,6 @@
147
148
.module-message__link-preview {
149
cursor: pointer;
150
-
151
display: flex;
152
align-items: center;
153
background: white;
@@ -158,13 +157,17 @@
158
157
.module-image {
159
margin: -1px;
160
}
+
161
+ &__text {
162
+ padding-block: var(--margins-sm);
163
+ }
164
165
166
.module-message__link-preview__content {
167
padding: 0 0 var(--margins-xs) 0;
168
169
flex-direction: row;
- align-items: flex-start;
170
+ align-items: center;
171
flex-grow: 1;
172
margin-left: var(--margins-sm);
173
0 commit comments