Improve quick actions summary preview

This commit is contained in:
George Tsiolis 2018-05-01 00:24:30 +03:00
parent 2f7b71df76
commit a1b80dcfaf
2 changed files with 15 additions and 0 deletions

View file

@ -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;

View file

@ -0,0 +1,5 @@
---
title: Improve quick actions summary preview
merge_request: 18659
author: George Tsiolis
type: changed