Add fix to prevent pre overflow.
This commit is contained in:
parent
9aedc1d526
commit
2197d68279
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ limitations under the License.
|
||||||
line-height: 2.2rem;
|
line-height: 2.2rem;
|
||||||
/* so the .media can grow horizontally and its spacer can grow vertically */
|
/* so the .media can grow horizontally and its spacer can grow vertically */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
/* Fix for pre overflow */
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hydrogen .Timeline_messageSender.usercolor1 { color: var(--usercolor1); }
|
.hydrogen .Timeline_messageSender.usercolor1 { color: var(--usercolor1); }
|
||||||
|
|
Reference in a new issue