Jonas Kress (WMDE) has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/261342

Change subject: Fixes: Short URL box overlaps the menu
......................................................................

Fixes: Short URL box overlaps the menu

Bug: T122118
Change-Id: Ie8f1387c29227642e0a5a1982de19568803ee17f
---
M gui/style.css
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/rdf 
refs/changes/42/261342/1

diff --git a/gui/style.css b/gui/style.css
index 9beac08..a1a5338 100644
--- a/gui/style.css
+++ b/gui/style.css
@@ -73,7 +73,8 @@
 }
 
 .popover{
-   max-width: 100%; /* Max Width of the popover (depending on the container!) 
*/
+       max-width: 500px;
+       width: auto;
 }
 
 /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie8f1387c29227642e0a5a1982de19568803ee17f
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/rdf
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