bug: Fixes the height issue of attachment image preview. (#3296)
* bug: Fixes the height issue of attachment image preview * fixes codeclimate issue
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
font-size: $font-size-mini;
|
||||
max-width: 15rem;
|
||||
padding: $space-smaller $space-small;
|
||||
z-index: 9999;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
code {
|
||||
|
||||
Reference in New Issue
Block a user