Make Properties panel radio buttons full width

This commit is contained in:
Keavon Chambers
2022-12-22 17:55:39 -08:00
parent 1f69b0f35f
commit d9101533f2
2 changed files with 5 additions and 0 deletions
@@ -107,6 +107,10 @@
> .text-button {
flex-grow: 1;
}
> .radio-input button {
flex: 1 1 100%;
}
}
}
}