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:
parent
934ede7d91
commit
12ac2f2e99
10 changed files with 30 additions and 97 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue