Browse Source

trying to fix line breaks between tag and removal button

module/search
Stephan Richter 2 months ago
parent
commit
3b3ae78176
  1. 1
      web/src/main/resources/web/css/default.css

1
web/src/main/resources/web/css/default.css

@ -256,6 +256,7 @@ textarea{ @@ -256,6 +256,7 @@ textarea{
border: 1px solid orange;
border-radius: 5px;
padding: 5px;
white-space: nowrap;
}
.taglist .tag button{

Loading…
Cancel
Save