Browse Source

Fix placeholder's width

master
Eduard Kuzmenko 3 years ago
parent
commit
4b87959690
  1. 5
      src/scss/partials/_chatBubble.scss

5
src/scss/partials/_chatBubble.scss

@ -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…
Cancel
Save