Files @ ba8781f3f2c2
Branch filter:

Location: kallithea/pytest.ini

Mads Kiilerich
less: fix changelog commit message flowing into the labels that are floating to the right of it

For long commit messages, two texts were shown on top of each other and none of
them could be read.

To fix that, give the floating labels a solid white background.

To avoid a hard cut-off of the commit message, use a white box-shadow to the
left of the labels to give a smooth transition.

To avoid the commit message flowing into the td padding to the right of the
labels, make log-container hide overflow.
1
2
3
4
5
6
7
8
9
[pytest]
# only look for tests in kallithea/tests
python_files = kallithea/tests/**/test_*.py
addopts =
    # --verbose
    # show extra test summary info as specified by chars (f)ailed, (E)error, (s)skipped, (x)failed, (X)passed, (w)warnings.
    -rfEsxXw
    # Shorter scrollbacks; less stuff to scroll through
    --tb=short