mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
timeslider: important fix pad content was cropped when bigger than screen size
This commit is contained in:
parent
c7e86d38ff
commit
82d1179f24
1 changed files with 2 additions and 4 deletions
|
@ -2,9 +2,6 @@
|
|||
padding: 10px;
|
||||
display: block;
|
||||
}
|
||||
#innerdocbody {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.timeslider-bar {
|
||||
display: flex;
|
||||
|
@ -128,7 +125,8 @@
|
|||
white-space: normal;
|
||||
word-break: break-word;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0 auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue