This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10042
Commits
2
Branches
178 MiB
Tree:
e710a34981
for-closed-social
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'e710a34981'
${ noResults }
gitea
/
web_src
/
less
/
helpers.less
6 lines
46 B
Raw
Normal View
History
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>
4 years ago
.flex-0 {
flex: 0;
}
.flex-1 {
flex: 1;
}