Jonas Kress (WMDE) has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/366850 )

Change subject: Add missing css for FA and change popover max width
......................................................................

Add missing css for FA and change popover max width

Change-Id: I8bb324219607fdbc248a1d8395ab540e7cfc2275
---
M embed.html
M style.css
2 files changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/gui 
refs/changes/50/366850/1

diff --git a/embed.html b/embed.html
index 62891ee..76c00c3 100644
--- a/embed.html
+++ b/embed.html
@@ -8,6 +8,7 @@
 
 <!-- build:css css/embed.style.min.css -->
 <link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.css">
+<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.css">
 <link rel="stylesheet" 
href="node_modules/bootstrap/dist/css/bootstrap-theme.css">
 <link rel="stylesheet" href="node_modules/select2/dist/css/select2.css">
 <link rel="stylesheet" href="node_modules/vis/dist/vis.css">
diff --git a/style.css b/style.css
index d6187a4..3b0d111 100644
--- a/style.css
+++ b/style.css
@@ -218,7 +218,7 @@
 }
 
 .popover {
-       max-width: 500px;
+       max-width: 80vw;
        width: auto;
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8bb324219607fdbc248a1d8395ab540e7cfc2275
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/gui
Gerrit-Branch: master
Gerrit-Owner: Jonas Kress (WMDE) <[email protected]>

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

Reply via email to