Skip to content

Commit

Permalink
fix(style): fixes broken UI CSS in production build (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
2xAA authored Nov 21, 2020
1 parent cca9df8 commit 107b8c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -409,11 +409,6 @@ export default {
display: none;
}
.lm_header .lm_tab {
padding: 0 1em 5px;
font-size: 1rem;
}
html,
body,
#app {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Gallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export default {
}
.fluid > .smooth-dnd-draggable-wrapper {
display: inline-block;
display: inline-block !important;
margin-right: 8px;
}
Expand Down

0 comments on commit 107b8c2

Please sign in to comment.