mirror of
https://github.com/Hopiu/ep_page_view.git
synced 2026-03-16 20:20:24 +00:00
Fix truncated line
This commit is contained in:
parent
395f7f8ab6
commit
ccfd0dd5b4
1 changed files with 3 additions and 2 deletions
|
|
@ -2,12 +2,13 @@
|
|||
overflow: hidden;
|
||||
background-color: #f7f7f7;
|
||||
text-align: center;
|
||||
padding-top: 27px;
|
||||
}
|
||||
|
||||
iframe.page_view {
|
||||
border-radius: 5px;
|
||||
border-radius: 5px 5px 0 0;
|
||||
border: 1px solid #ccc;
|
||||
border-width: 1px 1px 0 1px;
|
||||
position: relative;
|
||||
max-width: 850px;
|
||||
top: 27px;
|
||||
}
|
||||
Loading…
Reference in a new issue