7d14d6c1c1
- 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>
6 lines
46 B
Text
6 lines
46 B
Text
.flex-0 {
|
|
flex: 0;
|
|
}
|
|
.flex-1 {
|
|
flex: 1;
|
|
}
|