mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-07 18:01:40 -05:00
feat:(client): show-workshop-independent-lower-jaw (#64137)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
@@ -14,6 +14,22 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#learn-app-wrapper .editor-pane {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#learn-app-wrapper .editor-pane-code {
|
||||
flex: 1 1 auto;
|
||||
min-height: 0;
|
||||
}
|
||||
#learn-app-wrapper .editor-pane > .independent-lower-jaw {
|
||||
flex: 0 0 auto;
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
#learn-app-wrapper .reflex-container.vertical {
|
||||
min-height: 0;
|
||||
flex-grow: 1;
|
||||
|
||||
Reference in New Issue
Block a user