Commit 166d42f829b01b028929b17efe7e13ebb469a4c8

Authored by Victor Costa
1 parent 57723688

fix pairwise embeded

Showing 1 changed file with 12 additions and 1 deletions   Show diff stats
style.css
... ... @@ -3021,7 +3021,18 @@ body.action-embed-index {
3021 3021 width: 100%;
3022 3022 height: 100%;
3023 3023 display: table;
3024   - position: absolute;
  3024 +}
  3025 +
  3026 +#embed #content {
  3027 + left: 0;
  3028 + margin-left: 0;
  3029 + margin-top: 0;
  3030 + position: relative;
  3031 + width: 100%;
  3032 +}
  3033 +
  3034 +#embed #content .title {
  3035 + padding-right: 0px;
3025 3036 }
3026 3037  
3027 3038 .action-embed-index #boxes,
... ...