diff options
author | silverwind <me@silverwind.io> | 2020-08-26 17:52:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 11:52:44 -0400 |
commit | 7d14d6c1c13f1eac4b9456c5db4c3594bc4dc237 (patch) | |
tree | 7c1b062b9d39d257c8e7968cbe92d19037e86374 /web_src/less/index.less | |
parent | 69b3dd636201d340ab6bdfa49ed95456a4e5acb7 (diff) | |
download | gitea-7d14d6c1c13f1eac4b9456c5db4c3594bc4dc237.tar.gz gitea-7d14d6c1c13f1eac4b9456c5db4c3594bc4dc237.zip |
Fix file table overflows (#12603)
- Fix overflow regression from https://github.com/go-gitea/gitea/pull/12553.
- Fix submodule columns stretching the table
- Refactor template to share more HTML nodes
- Introduce CSS helper classes
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'web_src/less/index.less')
-rw-r--r-- | web_src/less/index.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/less/index.less b/web_src/less/index.less index 92b25e1db1..bcc0d54d87 100644 --- a/web_src/less/index.less +++ b/web_src/less/index.less @@ -1,5 +1,6 @@ @import "~font-awesome/css/font-awesome.css"; +@import "./helpers.less"; @import "./features/gitgraph.less"; @import "./features/animations.less"; @import "./markdown/mermaid.less"; |