Jhernandez has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/379203 )
Change subject: Chore: Clarify spacing comments on paper.css ...................................................................... Chore: Clarify spacing comments on paper.css Change-Id: I1cfc9ad15a906a283bb135f21237a02b7764bb5d --- M src/common/components/paper/paper.css 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/marvin refs/changes/03/379203/1 diff --git a/src/common/components/paper/paper.css b/src/common/components/paper/paper.css index 6495ff9..1d32565 100644 --- a/src/common/components/paper/paper.css +++ b/src/common/components/paper/paper.css @@ -4,8 +4,9 @@ background-color: var(--background-color-base); box-shadow: var(--box-shadow-paper); - /* Spacing */ + /* Horizontal spacing */ padding: var(--space); + /* Vertical spacing */ margin-bottom: var(--space); } -- To view, visit https://gerrit.wikimedia.org/r/379203 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1cfc9ad15a906a283bb135f21237a02b7764bb5d Gerrit-PatchSet: 1 Gerrit-Project: marvin Gerrit-Branch: master Gerrit-Owner: Jhernandez <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
