Fix placeholder's width

This commit is contained in:
Eduard Kuzmenko 2021-07-08 12:17:58 +03:00
parent 33cdff7672
commit 4b87959690

View File

@ -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;