use 100% rather than auto with for reply tile width (#9924)

pull/28217/head
Kerry 2023-01-18 14:57:58 +13:00 committed by GitHub
parent 22a2a93751
commit 62913218d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -32,11 +32,12 @@ limitations under the License.
grid-template:
"sender" auto
"message" auto
/ auto;
/ 100%;
text-decoration: none;
color: $secondary-content;
transition: color ease 0.15s;
gap: 2px;
max-width: 100%; // avoid overflow with wide content
&:hover {
color: $primary-content;