Commit a7f07693 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'improve-quick-actions-summary-preview' into 'master'

Improve quick actions summary preview

Closes #45892

See merge request gitlab-org/gitlab-ce!18659
parents c22a3fa0 a1b80dcf
......@@ -107,6 +107,16 @@
padding-top: 10px;
}
.referenced-commands {
background: $blue-50;
padding: $gl-padding-8 $gl-padding;
border-radius: $border-radius-default;
p {
margin: 0;
}
}
.md-preview-holder {
min-height: 167px;
padding: 10px 0;
......
---
title: Improve quick actions summary preview
merge_request: 18659
author: George Tsiolis
type: changed
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