summaryrefslogtreecommitdiff
path: root/widgets/iframe/iframe.scss
blob: 6827a1b7bc615562ebf6e5ba5bdbdd073514156c (plain)
1
2
3
4
5
6
7
8
.widget-iframe {
  padding: 3px 0px 0px 0px !important;

  iframe {
    width: 100%;
    height: 100%;
  }
}