Improve quick actions summary preview
This commit is contained in:
parent
2f7b71df76
commit
a1b80dcfaf
2 changed files with 15 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Improve quick actions summary preview
|
||||
merge_request: 18659
|
||||
author: George Tsiolis
|
||||
type: changed
|
Loading…
Reference in a new issue