Fixed border radius for bulk checkout field [ch16936]

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-08-18 00:44:55 -07:00
parent 37f2c7beac
commit 8a6c7269d3

View file

@ -564,3 +564,7 @@ th.css-accessory > .th-inner::before
.form-group.has-error label {
color: #a94442;
}
.select2-container--default .select2-selection--multiple {
border-radius: 0px;
}