Skip to content

Commit

Permalink
Merge pull request #3249 from 10up/fix/token-field-styling
Browse files Browse the repository at this point in the history
Fix the display of the token field in Feature settings.
  • Loading branch information
felipeelia authored Jan 6, 2023
2 parents 51f300a + ab9af74 commit 33f1a4f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions assets/css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -370,10 +370,6 @@ h2.ep-list-features {
margin: 0.25em 0 0.5em;
}

& div {
padding-top: 5px;
}

& > label,
& .field-name {
box-sizing: border-box;
Expand All @@ -386,6 +382,7 @@ h2.ep-list-features {
& .input-wrap {
display: block;
float: right;
padding-top: 5px;
width: 75%;
}

Expand Down Expand Up @@ -413,7 +410,7 @@ h2.ep-list-features {
}

& .components-form-token-field__input-container {
padding: 2px 4px;
border-color: #8c8f94;
}
}

Expand Down

0 comments on commit 33f1a4f

Please sign in to comment.