diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-11-02 18:38:30 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-11-02 18:38:30 +0100 |
| commit | 72877b5c06dd46f7334029664175fabd4e7e16ab (patch) | |
| tree | 1cdc38ae6e3feb37105002f6b911295cae2b115b /src/components/status/status.vue | |
| parent | 79805584613bd3d3ec5fba6481fc1ba02986a1a8 (diff) | |
CSS fixes.
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 4d8700d5..685ec244 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -60,4 +60,8 @@ word-break: break-all; } } + + .status-actions { + padding-top: 5px; + } </style> |
