mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 18:55:44 +03:00
Fix weird overflow: clip bug on Chrome
This commit is contained in:
parent
6075542071
commit
36e852bebb
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@
|
|||
.status-card:not(.status-carousel .status)
|
||||
:is(.content, .poll, .media-container) {
|
||||
max-height: 160px !important;
|
||||
overflow: clip;
|
||||
overflow: hidden;
|
||||
}
|
||||
.status.small:not(.status-carousel .status, .status.large .status)
|
||||
.status-card
|
||||
|
|
Loading…
Reference in a new issue