Skip to content

Commit

Permalink
fix: align placeholders
Browse files Browse the repository at this point in the history
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
  • Loading branch information
DorraJaouad committed Aug 12, 2024
1 parent 16d7018 commit d8194e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,14 @@ export default {

.whitelist__ip {
width: 300px !important;
height: var(--default-clickable-area);
line-height: var(--default-clickable-area);
}

.whitelist__mask {
width: 100px !important;;
width: 100px !important;
height: var(--default-clickable-area);
line-height: var(--default-clickable-area);
}

.whitelist__submit {
Expand Down

0 comments on commit d8194e1

Please sign in to comment.