Skip to content

Commit 125e9d9

Browse files
authored
Merge pull request #1048 from nextcloud/bugfix/setting-button-spacing
2 parents 6494626 + 7fbe6b8 commit 125e9d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/App.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,5 +319,9 @@ export default {
319319
padding-top: 0 !important;
320320
// Prevent shrinking or growing
321321
flex: 0 0 auto;
322+
padding-right: 3px;
323+
padding-bottom: 3px;
324+
padding-left: 3px;
325+
margin: 0 3px;
322326
}
323327
</style>

0 commit comments

Comments
 (0)