mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 17:16:26 +01: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)
|
.status-card:not(.status-carousel .status)
|
||||||
:is(.content, .poll, .media-container) {
|
:is(.content, .poll, .media-container) {
|
||||||
max-height: 160px !important;
|
max-height: 160px !important;
|
||||||
overflow: clip;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.status.small:not(.status-carousel .status, .status.large .status)
|
.status.small:not(.status-carousel .status, .status.large .status)
|
||||||
.status-card
|
.status-card
|
||||||
|
|
Loading…
Reference in a new issue