1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

Fix Secret Recovery Phrase video clipping issue for smaller viewports (#16345)

This commit is contained in:
ryanml 2022-11-02 13:12:04 -07:00 committed by GitHub
parent 36b3fe029c
commit a9839688fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,10 +27,7 @@
video {
border-radius: 8px;
@include screen-md-max {
width: 95%;
}
width: calc(100% - 16px);
}
&__copy {