2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

FIX issues with quote button

Fix the following issues
- Quote button quotes only one word on iOS
- Quote reply popup should not come up when selecting the text in the ‘reply’ button
This commit is contained in:
Régis Hanol 2013-11-04 12:51:39 +01:00
parent 934ede7d91
commit 12ac2f2e99
10 changed files with 30 additions and 97 deletions

View file

@ -78,9 +78,7 @@
.btn {
width: 100%;
margin-bottom: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
@include box-sizing(border-box);
}
}
h2 {