Skip to content

Commit

Permalink
feat(mobile): beautify settings for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Mar 11, 2018
1 parent 9ae946c commit 4570ae9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app-src/scripts/routes/settings/_settings-c.scss
Expand Up @@ -44,5 +44,15 @@
.keyboard-settings {
display: none;
}

.md-button,
button {
width: 100%;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
margin-left: 0;
margin-right: 0;
}
}
}

0 comments on commit 4570ae9

Please sign in to comment.