Skip to content

Commit

Permalink
fix: padding in styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivanov N committed Oct 25, 2024
1 parent 12e0fd1 commit 01e07e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/NodesOfflineDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,11 @@ export default {
@import '@/assets/styles/settings/_colors.scss';
.all-nodes-disabled-dialog {
&__card-title {
padding: 14px !important;
}
&__card-text {
padding: 16px !important;
padding: 14px !important;
}
&__disclaimer {
margin-top: 10px;
Expand Down

0 comments on commit 01e07e9

Please sign in to comment.