Browse Source

Extra precedence to overshadow the display: block

display: block !important was overshadowing the previous commit.
pull/6658/head
CrispyBacon1999 6 years ago
committed by GitHub
parent
commit
6afba43d14
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/collections/message.less

2
src/definitions/collections/message.less

@ -245,7 +245,7 @@
/* Icon button in accordion in form field */
.ui.form .ui.accordion .ui.icon.message {
display: flex;
display: flex !important;
}
/*--------------

Loading…
Cancel
Save