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:
parent
1837397202
commit
df84a6efa6
@ -1,8 +1,8 @@
|
|||||||
.radio-group {
|
.radio-group {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(3, 1fr);
|
grid-template-columns: 33% 33% 33%;
|
||||||
grid-template-rows: 60px;
|
grid-template-rows: 60px;
|
||||||
width: 300px;
|
width: 100%;
|
||||||
|
|
||||||
&--has-recommendation {
|
&--has-recommendation {
|
||||||
grid-template-rows: 100px;
|
grid-template-rows: 100px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user