Skip to content

Commit ded88a8

Browse files
authored
Forms: Reduce image size in dashboard (#45576)
* reduce image size on dashboard * changelog
1 parent a395f81 commit ded88a8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Significance: patch
2+
Type: changed
3+
Comment: Just a small and specific CSS change
4+
5+

projects/packages/forms/src/dashboard/inbox/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@
282282

283283
.image-select-field-image {
284284
margin: 0;
285-
width: 200px;
286-
height: 200px;
285+
width: 60px;
286+
height: 60px;
287287

288288
&.is-empty {
289289
position: relative;

0 commit comments

Comments
 (0)