summaryrefslogtreecommitdiffstats
path: root/web_src/less/shared
Commit message (Collapse)AuthorAgeFilesLines
* Issue list alignment tweaks (#15483)silverwind2021-05-051-3/+5
| | | | Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: zeripath <art27@cantab.net>
* Fix webhook delivery and issue checklist for arc-green (#15195)silverwind2021-03-301-3/+3
| | | Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Improve label and text wrapping (#14113)silverwind2020-12-291-0/+4
| | | | | | | | | | | | | | | | | | | | | * Improve label wrapping - Adjust issue list styles so labels can wrap on the same line as the text. This relies on `display: inline` with the HTML whitespace being used as the separator. - Add global word-break: break-word. This should generally avoid text overflows in various places. * add whitespace to history labels * use overflow-wrap * restore word-break rules * use correct pre * use better selector for middle align Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Issue and Pulls lists rework (#13594)silverwind2020-11-251-0/+127
* Issue and Pulls lists rework Reorganized and restyled the issue and pull request lists. * color and layout tweaks * use new issue list on dashboard as well * move pagination into template * misc tweaks * fix label hover * fix milestone list * fix discrepancies between issue and milestone list, add new 'merge' helper * fmt * simplify merge helper * remove whitespace * fix startIndex * further simplify dict merging * rename helper to 'mergeinto' for clarity * allow bottom-row to wrap Co-authored-by: Lauris BH <lauris@nix.lv>