Commit 729951eb authored by Paul Slaughter's avatar Paul Slaughter

Update commit description border and padding

parent 3ca979cd
%commit-description-base { %commit-description-base {
padding: 0 0 0 $gl-padding-8; padding: $gl-padding-8 0 $gl-padding-8 $gl-padding-8;
margin-top: $gl-padding-8; margin-top: $gl-padding-8;
border: 0; border: 0;
border-radius: unset; border-radius: unset;
background: none; background: none;
word-break: normal; word-break: normal;
overflow-x: auto; overflow-x: auto;
border-left: 2px solid $theme-gray-300; border-left: 3px solid $white-dark;
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
} }
......
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