jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/390230 )

Change subject: Make .wikibase-snakview-value and -indicators inline
......................................................................


Make .wikibase-snakview-value and -indicators inline

Making them inline instead of inline-block lets the value wrap instead
of overflow and also makes the overflow behavior for many indicators
more natural:

    <!-- inline-block -->
    value value value
    indicator indicator indicator indicator
    indicator

    <!-- inline -->
    value value value indicator indicator
    indicator indicator indicator

Bug: T180120
Change-Id: I709e777a1c7f9d6eadf7dc6c381a2e9d950915b0
---
M view/resources/wikibase/wikibase.less
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Thiemo Mättig (WMDE): Looks good to me, approved



diff --git a/view/resources/wikibase/wikibase.less 
b/view/resources/wikibase/wikibase.less
index 8722bc9..f52234f 100644
--- a/view/resources/wikibase/wikibase.less
+++ b/view/resources/wikibase/wikibase.less
@@ -234,7 +234,7 @@
 .wikibase-snakview {
        .wikibase-snakview-value,
        .wikibase-snakview-indicators {
-               display: inline-block;
+               display: inline;
        }
 
        &.wb-edit {

-- 
To view, visit https://gerrit.wikimedia.org/r/390230
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I709e777a1c7f9d6eadf7dc6c381a2e9d950915b0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Lucas Werkmeister (WMDE) <[email protected]>
Gerrit-Reviewer: Jonas Kress (WMDE) <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to