diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-09-18 17:44:38 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-09-20 09:36:22 +0100 |
commit | 093394bf3a1c0ce6814ce358f15945f90ef4e273 (patch) | |
tree | 127d9b7286572165ea2b2eddbaa9636cf4917982 /changelogs | |
parent | 3314233588ec13eb16d562702aa281e99b44f825 (diff) | |
download | gitlab-ce-093394bf3a1c0ce6814ce358f15945f90ef4e273.tar.gz |
Wrap content for admin runners table
While refactoring the table into a responsive one we did not account for wrapping issues.
This commit wraps some cells and truncates others.
Adds `section-5` class to the responsive tables CSS
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/51549-runners-table.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/51549-runners-table.yml b/changelogs/unreleased/51549-runners-table.yml new file mode 100644 index 00000000000..fe36bfc1b30 --- /dev/null +++ b/changelogs/unreleased/51549-runners-table.yml @@ -0,0 +1,5 @@ +--- +title: Fixes admin runners table not wrapping content +merge_request: +author: +type: fixed |