01tonythomas has uploaded a new change for review.

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

Change subject: Changed CSS of input#wpSummary from width:80% to width:100%
......................................................................

Changed CSS of input#wpSummary from width:80% to width:100%

This would allow users to see more of the text they typed in the
edit summary
Bug: 62316

Change-Id: I5f0c8e381eea7347b7d0f6c39445a7fb3b0ba261
---
M skins/common/shared.css
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/90/117390/1

diff --git a/skins/common/shared.css b/skins/common/shared.css
index 1657d97..03dc6de 100644
--- a/skins/common/shared.css
+++ b/skins/common/shared.css
@@ -273,7 +273,7 @@
 }
 
 input#wpSummary {
-       width: 80%;
+       width: 100%;
        margin-bottom: 1em;
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5f0c8e381eea7347b7d0f6c39445a7fb3b0ba261
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: 01tonythomas <[email protected]>

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

Reply via email to