Skip to content

Commit 5400a6f

Browse files
Merge pull request #6661 from nextcloud/backport/6496/stable28
[stable28] fix: two close buttons on card modal
2 parents 1110fb3 + 7e0932f commit 5400a6f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/card/CardSidebar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ section.app-sidebar__tab--active {
216216
// FIXME: Obivously we should at some point not randomly reuse the sidebar component
217217
// since this is not oficially supported
218218
.modal__card .app-sidebar {
219+
box-sizing: unset;
219220
$modal-padding: 14px;
220221
border: 0;
221222
min-width: calc(100% - #{$modal-padding * 2});

0 commit comments

Comments
 (0)