BigW Consortium Gitlab

Commit 1749bd3b by Jeroen van Baarsen

Merge branch 'feature/margin-bottom-for-empty-repos' into 'master'

Added bottom margin to CLI instructions The CLI instructions block in the empty project page is missing a margin-bottom style property. I added it, you can review the only line I edited to add this. This only fixes a UX bug (to me), related to the "Remove project" button that is not correctly padded. Now I believe that part look better :) I attach screenshots. ### before ![Selezione_009](/uploads/f46b2a26c192a0b1994ff2f037f50e6c/Selezione_009.png) ### after ![Selezione_008](/uploads/33a9451bbe8bfd9abd300f9c6eb4005f/Selezione_008.png) See merge request !3505
parents c49f9c61 deca9fc6
......@@ -315,7 +315,7 @@ pre.light-well {
}
.git-empty {
margin: 0 7px;
margin: 0 7px 7px;
h5 {
color: #5c5d5e;
......
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