mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix spacing between buttons
This commit is contained in:
parent
4187fd293b
commit
93c6b237ed
|
@ -305,9 +305,8 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
.option {
|
.option {
|
||||||
width: 20px;
|
width: 28px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0 0.3em;
|
|
||||||
|
|
||||||
&.touch {
|
&.touch {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue