Skip to content

Commit

Permalink
Fixed special drinks word line breaked
Browse files Browse the repository at this point in the history
  • Loading branch information
suraneti committed Nov 7, 2019
1 parent 9e10c41 commit d15f9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
<style lang="scss" scoped>
.sidebar-ctn {
width: 100%;
padding: 20px;
padding: 20px 10px;
height: 100vh;
box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.5);
background-color: #ffffff;
Expand Down

0 comments on commit d15f9fb

Please sign in to comment.