mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix small screen bug
This commit is contained in:
parent
de3f0533a1
commit
fe269797dd
|
@ -36,7 +36,7 @@ export default {
|
||||||
<style lang="scss" module>
|
<style lang="scss" module>
|
||||||
|
|
||||||
.radioGroup {
|
.radioGroup {
|
||||||
display: inline-block;
|
display: inline-flex;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
|
|
Loading…
Reference in a new issue