mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
fix safari rtl dissapearing pad
This commit is contained in:
parent
7ada830e2e
commit
1e94eaa06c
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