0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-10 14:39:21 +02:00
gitea/web_src/less/helpers.less
silverwind 7d14d6c1c1
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>
2020-08-26 11:52:44 -04:00

7 lines
46 B
Plaintext

.flex-0 {
flex: 0;
}
.flex-1 {
flex: 1;
}