Skip to content

Commit

Permalink
Remove redundant style and add protocol token
Browse files Browse the repository at this point in the history
  • Loading branch information
codemist committed Aug 18, 2021
1 parent 075128c commit f34133e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions static/scss/partials/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,10 @@
input {
color: $color-grey-50;
display: flex;
font-weight: 500;
align-items: center;
background: transparent;
font-size: 1em;
padding: 6px $spacing-lg 6px 6px;
padding: $spacing-sm $spacing-lg $spacing-sm $spacing-sm;
width: $content-xs;
text-overflow: ellipsis;
white-space: nowrap;
Expand Down

0 comments on commit f34133e

Please sign in to comment.