Fix placeholder's width
This commit is contained in:
parent
33cdff7672
commit
4b87959690
@ -727,6 +727,11 @@ $bubble-margin: .25rem;
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
|
.bubble-content-wrapper {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
&.empty-placeholder {
|
&.empty-placeholder {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user