Skip to content

Commit

Permalink
Fix inner window height (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Dec 3, 2024
1 parent ff1cb5c commit 27eda0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kvision-assets/src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,8 @@ label.form-check-label.required-label > span:last-child::after {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
border-radius: 0px;
width: inherit;
height: inherit;
width: initial;
height: initial;
}

.kv-window .modal-header {
Expand Down

0 comments on commit 27eda0f

Please sign in to comment.