settings.css 241 B

123456789101112131415
  1. .systemtag-input {
  2. display: flex;
  3. flex-wrap: wrap;
  4. }
  5. #systemtags .select2-container {
  6. width: 100%;
  7. max-width: 400px;
  8. }
  9. #systemtags .select2-container .select2-choice {
  10. height: auto;
  11. }
  12. #systemtag_name {
  13. width: 100%;
  14. max-width: 400px;
  15. }