Commit c4de261c authored by David O'Regan's avatar David O'Regan

Merge branch '285112-reduce-table-column-layout-shift' into 'master'

Fix table columm shift with table-layout fixed

See merge request gitlab-org/gitlab!51416
parents b4c7ab67 e8bdfa0d
......@@ -98,6 +98,7 @@
.tree-table {
margin-bottom: 0;
table-layout: fixed;
tr {
border-bottom: 1px solid $white-normal;
......
---
title: Fix table columm shift with table-layout fixed
merge_request: 51416
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment