Browse Source

Fix order of 'copy' button in the toolbar

master
yflory 10 months ago
parent
commit
c6deabe79c
1 changed files with 1 additions and 0 deletions
  1. 1
      customize.dist/src/less2/include/toolbar.less

1
customize.dist/src/less2/include/toolbar.less

@ -1168,6 +1168,7 @@
}
order: 8;
&.fa-history { order: 1; }
&.fa-clone { order: 1; }
&.fa-download { order: 2; }
&.fa-upload { order: 3; }
&.fa-print { order: 4; }

Loading…
Cancel
Save