mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
fixes #3794 by not making everything 100% height
This commit is contained in:
parent
95146e7820
commit
ef7b9aa3aa
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
#components-documentation-view
|
||||
background-color: #e4cf8c
|
||||
height: 100%
|
||||
height: calc(100% - 90px)
|
||||
|
||||
#toggle-all-component-code
|
||||
margin: 10px
|
||||
|
|
|
@ -144,12 +144,12 @@ block outer_content
|
|||
div.tab-pane#related-achievements-view
|
||||
|
||||
div.tab-pane#editor-level-documentation
|
||||
ul.nav.nav-pills.nav-justified
|
||||
li
|
||||
a(href="#components-documentation-view", data-toggle="pill", data-i18n="resources.components") Components
|
||||
li
|
||||
a(href="#systems-documentation-view", data-toggle="pill", data-i18n="resources.systems") Systems
|
||||
div.tab-content
|
||||
ul.nav.nav-pills.nav-justified
|
||||
li
|
||||
a(href="#components-documentation-view", data-toggle="pill", data-i18n="resources.components") Components
|
||||
li
|
||||
a(href="#systems-documentation-view", data-toggle="pill", data-i18n="resources.systems") Systems
|
||||
div.tab-pane#components-documentation-view
|
||||
div.tab-pane#systems-documentation-view
|
||||
|
||||
|
|
Loading…
Reference in a new issue