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

Keep radio group contained and equal width (#11771)

This commit is contained in:
David Walsh 2021-08-13 19:13:10 -05:00 committed by GitHub
parent 1837397202
commit df84a6efa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
.radio-group {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-columns: 33% 33% 33%;
grid-template-rows: 60px;
width: 300px;
width: 100%;
&--has-recommendation {
grid-template-rows: 100px;