mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
not a perfect css fix but stops the overflow when screen is less than 1000px
This commit is contained in:
parent
090508909e
commit
9d0672c1c8
1 changed files with 5 additions and 3 deletions
|
@ -38,8 +38,10 @@ div.innerwrapper {
|
||||||
float: right;
|
float: right;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
width: 860px;
|
max-width: 860px;
|
||||||
border-radius: 0 0 7px 7px;
|
bordr-radius: 0 0 7px 7px;
|
||||||
|
margin-left:250px;
|
||||||
|
min-width:400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrapper {
|
#wrapper {
|
||||||
|
|
Loading…
Reference in a new issue