Skip to content

Commit

Permalink
IBX-3177: Fixed margin left in location details view (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Nov 9, 2022
1 parent e5de669 commit ba3c700
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/bundle/Resources/public/scss/_details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@
margin-bottom: 0;
}
}

&__item-content {
.ibexa-dropdown {
margin-left: 0;
}
}
}
4 changes: 4 additions & 0 deletions src/bundle/Resources/public/scss/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
min-height: calculateRem(16px);
margin-top: 0;
}

.ibexa-dropdown {
margin-left: 0;
}
}

&__empty-table-cell {
Expand Down

0 comments on commit ba3c700

Please sign in to comment.