Commit 40e68cdd authored by Fatih Acet's avatar Fatih Acet

Merge branch '53973-fix-subpixel-border-issue' into 'master'

Fix subpixel border issue on MR discussions

Closes #53973

See merge request gitlab-org/gitlab-ce!28185
parents e5cf03c6 00b2e9ba
......@@ -471,6 +471,11 @@ $note-form-margin-left: 72px;
vertical-align: top;
white-space: normal;
// Fixes subpixel rounding issue https://gitlab.com/gitlab-org/gitlab-ce/issues/53973
// background-color is needed for dark code preference
padding-bottom: 1px;
background-color: $white-light;
&.parallel {
border-width: 1px;
......
---
title: Fix MR discussion border missing in chrome sometimes
merge_request: 28185
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