Improved tags filtering for short URLs, allowing to select from any existing tag

This commit is contained in:
Alejandro Celaya
2022-05-14 12:53:02 +02:00
parent e387706a7b
commit 4b97abaf72
6 changed files with 39 additions and 42 deletions

View File

@@ -1,5 +1,11 @@
@import '../utils/base';
.input-group > .react-tags {
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
.react-tags {
position: relative;
padding: 5px 0 0 6px;