Skip to content

Commit

Permalink
UX/Bugfix/NetTango: Get code input display filling widget area
Browse files Browse the repository at this point in the history
  • Loading branch information
LaCuneta committed May 30, 2024
1 parent d51c8ac commit 31c9197
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/stylesheets/nettango-builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,14 @@ body#ntp-body, html#ntp-body {
display: block;
}

.ntb-netlogo-model .netlogo-code {
.ntb-netlogo-model .netlogo-code-container .netlogo-code {
overflow-y: scroll;
}

.ntb-netlogo-model .netlogo-widget .CodeMirror {
height: 100%;
}

.ntb-block-def {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 31c9197

Please sign in to comment.