diff options
| author | Maksim Pechnikov <parallel588@gmail.com> | 2019-10-11 16:52:26 +0300 |
|---|---|---|
| committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-10-11 16:54:25 +0300 |
| commit | d53e7e3125572075fc3f512fa0343a6ed98e5c12 (patch) | |
| tree | 0529bad1928265d187d0023a6a62b93eeee75623 /src/components/account_actions | |
| parent | b8d8d02384e03ce8d5d38220527f798a9c0f3b30 (diff) | |
fix orders of a buttons
Diffstat (limited to 'src/components/account_actions')
| -rw-r--r-- | src/components/account_actions/account_actions.vue | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue index 818e75bc..046cba93 100644 --- a/src/components/account_actions/account_actions.vue +++ b/src/components/account_actions/account_actions.vue @@ -90,8 +90,4 @@ color: var(--text, $fallback--text); } } - -.account-actions .open { - min-width: 130px; -} </style> |
