Add fix to prevent pre overflow.

This commit is contained in:
Danila Fedorin 2021-07-16 11:00:54 -07:00
parent 9aedc1d526
commit 2197d68279

View file

@ -126,6 +126,8 @@ limitations under the License.
line-height: 2.2rem;
/* so the .media can grow horizontally and its spacer can grow vertically */
width: 100%;
/* Fix for pre overflow */
min-width: 0;
}
.hydrogen .Timeline_messageSender.usercolor1 { color: var(--usercolor1); }