Skip to content

Commit 7e0932f

Browse files
luka-nextcloudbackportbot[bot]
authored andcommitted
fix: two close buttons on card modal
Signed-off-by: Luka Trovic <luka@nextcloud.com>
1 parent 1110fb3 commit 7e0932f

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)