Mercurial > zeropaste
diff app/assets/stylesheets/application.scss @ 424:967233b26404
Fix styling for md size
author | nanaya <me@myconan.net> |
---|---|
date | Sat, 26 Sep 2015 03:56:24 +0900 |
parents | f0b4d6bec50e |
children | 76153b601d7e |
line wrap: on
line diff
--- a/app/assets/stylesheets/application.scss Thu Sep 17 18:39:33 2015 +0900 +++ b/app/assets/stylesheets/application.scss Sat Sep 26 03:56:24 2015 +0900 @@ -3,6 +3,10 @@ .input-url1 { display: none !important; } +.form-group--narrow { + max-width: 300px; +} + .paste-paste { resize: vertical; font-family: $font-family-monospace;