mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
fix build table overlfow on smaller screen size
This commit is contained in:
parent
34ce9b8f76
commit
27e3fe3e41
1 changed files with 1 additions and 0 deletions
|
@ -1373,6 +1373,7 @@ section .build-row .build-num {
|
|||
|
||||
section .build-row > div:first-child {
|
||||
width:90px;
|
||||
min-width: 90px;
|
||||
}
|
||||
|
||||
section .build-row h3 {
|
||||
|
|
Loading…
Reference in a new issue