Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/common.scss')
-rw-r--r--app/assets/stylesheets/common.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss
index 18023c55e6b..32667ec646f 100644
--- a/app/assets/stylesheets/common.scss
+++ b/app/assets/stylesheets/common.scss
@@ -659,6 +659,10 @@ li.note {
width:24px;
vertical-align:top;
}
+
+ strong {
+ line-height:24px;
+ }
}
.automerge_widget {
@@ -741,7 +745,7 @@ li.note {
*/
.event_lp {
@extend .alert-info;
- margin-bottom:15px;
+ margin-bottom:20px;
padding:8px;
border-style: solid;
border-width: 1px;