mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
tests: Move iframe min width to iframe selector
This commit is contained in:
parent
960c2c0c0d
commit
fc3b811726
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,6 @@ body {
|
||||||
|
|
||||||
#iframe-container {
|
#iframe-container {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
min-width: 820px;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,6 +24,7 @@ body {
|
||||||
border: 0;
|
border: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
min-width: 820px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mocha {
|
#mocha {
|
||||||
|
|
Loading…
Reference in a new issue