Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-09-18 19:44:38 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-09-20 11:36:22 +0300
commit093394bf3a1c0ce6814ce358f15945f90ef4e273 (patch)
tree127d9b7286572165ea2b2eddbaa9636cf4917982 /changelogs
parent3314233588ec13eb16d562702aa281e99b44f825 (diff)
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.yml5
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