Skip to content

Commit f33eb92

Browse files
authored
Merge branch 'main' into Comments-button
2 parents 96e566e + e9a6fd0 commit f33eb92

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix tailwind conflict with content-upload img. @tishasoumya-02

frontend/packages/kitconcept-intranet/src/theme/_main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
@import 'components/personPill.scss';
99
@import 'components/slateDate.scss';
1010
@import 'components/listingDisclaimer';
11+
@import 'components/imageGallery';
1112
@import '_content.scss';
1213
@import 'reviewSidebar.scss';
1314
@import 'header.scss';
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Needed to fix conflict with tailwind css
2+
// Should be removed when layers are improved.
3+
4+
.contents-upload-modal .content .table .upload-row .image {
5+
max-width: 100%;
6+
}

0 commit comments

Comments
 (0)