mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 20:29:54 -06:00
Fix padding in delete confirmation
This commit is contained in:
@@ -119,7 +119,7 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.tmp-alert-fixes {
|
||||
padding: 4px 10px !important;
|
||||
padding: 4px 11px 5px !important;
|
||||
border-radius: 3px !important;
|
||||
background-color: #fff !important;
|
||||
border: 1px solid rgb(224, 0, 0) !important;
|
||||
|
||||
Reference in New Issue
Block a user