mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-01 08:41:43 +01:00
Merge pull request #1595 from ether/safari-rtl-fix
fix safari rtl dissapearing pad
This commit is contained in:
commit
29d8482ce7
@ -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…
x
Reference in New Issue
Block a user