diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-13 22:48:56 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-13 22:48:56 +0900 |
| commit | 8755b5f353b29e2f7e1c04d5c3346d62b097b2e4 (patch) | |
| tree | 4b23ceb62809011d62b6f681cd805eed12f2d352 /src | |
| parent | Update dependencies :rocket: (diff) | |
| download | sharkey-8755b5f353b29e2f7e1c04d5c3346d62b097b2e4.tar.gz sharkey-8755b5f353b29e2f7e1c04d5c3346d62b097b2e4.tar.bz2 sharkey-8755b5f353b29e2f7e1c04d5c3346d62b097b2e4.zip | |
Fix bug
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/components/menu.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/components/menu.vue b/src/client/components/menu.vue index a961399883..747c928452 100644 --- a/src/client/components/menu.vue +++ b/src/client/components/menu.vue @@ -125,6 +125,7 @@ export default Vue.extend({ > .item { display: block; + position: relative; padding: 8px 16px; width: 100%; box-sizing: border-box; |