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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|
} |
|
|
|
|
|
|
|
/*-------------- |
|
|
|