Browse Source

Add tab-size support for Firefox (#13576)

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.15.0-dev
Dmitry Doroshev GitHub 4 years ago
parent
commit
60b38020b6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      web_src/less/_repository.less

+ 1
- 0
web_src/less/_repository.less View File

@@ -2957,6 +2957,7 @@
.generate-tab-size(@n, @i: 1) when (@i =< @n) {
.tab-size-@{i} {
tab-size: @i !important;
-moz-tab-size: @i !important;
}

.generate-tab-size(@n, (@i + 1));


Loading…
Cancel
Save