mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +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,14 +17,14 @@ body {
|
|||
|
||||
#iframe-container {
|
||||
width: 80%;
|
||||
min-width: 820px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#iframe-container iframe {
|
||||
border: 0;
|
||||
height: 100%;
|
||||
width:100%;
|
||||
width: 100%;
|
||||
min-width: 820px;
|
||||
}
|
||||
|
||||
#mocha {
|
||||
|
|
Loading…
Reference in a new issue