Skip to content

Commit

Permalink
MVC & NetCore add missing padding to iframe styles (#3185)
Browse files Browse the repository at this point in the history
* MVC & NetCore add missing padding to iframe styles

* Move padding to demo-container selector
  • Loading branch information
ivanblinov2k17 authored Apr 3, 2024
1 parent 67a08bb commit 46ff8b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MVCDemos/Content/demo-template.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ html, body {
position: relative;
overflow: hidden;
min-height: 100%;
padding: 20px;
}

.demo-container .long-title h3 {
Expand Down
1 change: 1 addition & 0 deletions NetCoreDemos/wwwroot/css/demo-template.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ html, body {
position: relative;
overflow: hidden;
min-height: 100%;
padding: 20px;
}

.demo-container .long-title h3 {
Expand Down

0 comments on commit 46ff8b3

Please sign in to comment.