This website works better with JavaScript.
code
.tokarch.uk
Explore
Help
Sign In
third_party
/
gitea
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
10031
Commits
2
Branches
0
Tags
240 MiB
Tree:
baa93855e8
gitea
/
web_src
/
less
/
helpers.less
7 lines
46 B
Raw
Normal View
History
Unescape
Escape
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>
5 years ago
.flex-0 {
flex: 0;
}
.flex-1 {
flex: 1;
}