Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Improve LinkPreviewWidget #8881

Merged
merged 16 commits into from
Jul 4, 2022
Prev Previous commit
Next Next commit
Set row-gap between image and caption
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul committed Jun 22, 2022
commit 058330a38500c94ea92a586d18ec3d16fa18190b
1 change: 1 addition & 0 deletions res/css/views/rooms/_LinkPreviewWidget.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ limitations under the License.
.mx_LinkPreviewWidget_wrap {
display: flex;
flex-wrap: wrap;
row-gap: $spacing-8;

.mx_LinkPreviewWidget_image,
.mx_LinkPreviewWidget_caption {
Expand Down