Skip to content

Commit

Permalink
Merge pull request #4358 from nextcloud/bugfix/4192/max-width-on-warn…
Browse files Browse the repository at this point in the history
…ings

Max width on call view tooltips
  • Loading branch information
nickvergessen authored Oct 13, 2020
2 parents 9feeb5a + ef9f494 commit acaf9aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/components/CallView/shared/LocalMediaControls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -593,9 +593,10 @@ export default {
}

.hint {
padding: 4px;
padding: 12px;
max-width: 300px;
text-align: left;
&__actions{
&__actions {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
Expand Down
3 changes: 2 additions & 1 deletion src/components/TopBar/TopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,8 @@ export default {
}

.hint {
padding: 4px;
padding: 12px;
max-width: 300px;
text-align: left;
&__button {
height: $clickable-area;
Expand Down

0 comments on commit acaf9aa

Please sign in to comment.