mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Merge pull request #1595 from ether/safari-rtl-fix
fix safari rtl dissapearing pad
This commit is contained in:
commit
29d8482ce7
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ a img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
left: 0; /* Required for safari fixes RTL */
|
||||||
}
|
}
|
||||||
#editorloadingbox {
|
#editorloadingbox {
|
||||||
padding-top: 100px;
|
padding-top: 100px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue