1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

fix: where text wraps even though there is enough space to display it. (#19914)

Co-authored-by: Brad Decker <bhdecker84@gmail.com>
This commit is contained in:
youngje (heka) 2023-07-24 22:21:29 +09:00 committed by GitHub
parent 270f74c209
commit 660ed410ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@
display: flex;
align-items: center;
position: relative;
width: 100%;
&__title {
@include H4;