Tag editor

This commit is contained in:
2023-07-06 15:05:35 +01:00
parent 04975911cf
commit 2df3bbdccc
11 changed files with 66 additions and 17 deletions

View File

@ -0,0 +1,14 @@
.rti--container {
background-color: unset !important;
border: 0 !important;
border-radius: 0 !important;
padding: 0 !important;
box-shadow: unset !important;
}
.rti--tag {
color: black !important;
padding: 4px 10px !important;
border-radius: 12px !important;
display: unset !important;
}