Prevent horizontal overflow on process list
All threads resolved!
All threads resolved!
Closes #1003 (closed)
I looked at ways to restrict tables in general from overflowing the page, since that is completely possible anywhere else in the frontend, for example in things that probably shouldn't just be a metadata. This would require table-layout: fixed
, which causes all columns to have the same width and would cause even more display issues since we usually have some very long columns, and some very short. So I have instead added a class to quickly allow the browser to word-wrap very hard on specific columns on a case by case basis.
Merge request reports
Activity
requested review from @babadie
- Resolved by Bastien Abadie
added 9 commits
-
141ed634...521fba84 - 7 commits from branch
master
- 32b271c7 - Prevent horizontal overflow on process list
- b4bf7752 - Add comment
-
141ed634...521fba84 - 7 commits from branch
added 4 commits
-
b4bf7752...d93e00f2 - 2 commits from branch
master
- 69e297b9 - Prevent horizontal overflow on process list
- 653e19c4 - Add comment
-
b4bf7752...d93e00f2 - 2 commits from branch
mentioned in commit b94b6635
Please register or sign in to reply