Skip to content

Commit

Permalink
bug #5646 Fix: ts-wrapper style (MrAnyx)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.x branch.

Discussion
----------

Fix: ts-wrapper style

# Description

Updated `margin` on ts-wrapper multi selected options and fixed clear button `line-height.

# Screenshots

Before
![image](https://user-images.githubusercontent.com/44176707/220213003-f89710ba-1276-420f-bce9-6207059d5b39.png)

After
![image](https://user-images.githubusercontent.com/44176707/220213507-d32570e4-3caa-4e30-b810-88607c82a05f.png)

Commits
-------

8f637cc fix(style) Updated ts-wrapper style
  • Loading branch information
javiereguiluz committed Feb 21, 2023
2 parents 8b36b20 + 8f637cc commit 9aec13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/easyadmin-theme/autocomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
border-radius: var(--border-radius);
box-shadow: 0 0 0 1px var(--form-type-autocomplete-multi-item-border-color);
color: var(--form-input-text-color);
margin: 0 5px 0 0;
margin: 2px 5px 2px 0;
padding: 0 4px;
}
.ts-wrapper.plugin-remove_button .item .remove {
Expand All @@ -111,7 +111,7 @@
font-size: 16px;
font-weight: bold;
height: 14px;
line-height: 0.5;
line-height: 0.65;
padding: 0;
right: 32px;
top: calc(50% - 2px);
Expand Down

0 comments on commit 9aec13b

Please sign in to comment.