Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
gy4443
chemotion_eln_server
Commits
c3f93004
Commit
c3f93004
authored
Aug 19, 2015
by
Marco Sehrer
Browse files
Optimize layout
parent
43af95a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/components/App.js
View file @
c3f93004
...
...
@@ -87,10 +87,10 @@ export default class App extends React.Component {
// </Row>
}
<
Row
>
<
Col
sm
=
{
3
}
md
=
{
3
}
lg
=
{
3
}
>
<
Col
sm
=
{
2
}
md
=
{
2
}
lg
=
{
2
}
>
<
CollectionTree
/>
<
/Col
>
<
Col
sm
=
{
7
}
md
=
{
7
}
lg
=
{
7
}
>
<
Col
sm
=
{
8
}
md
=
{
8
}
lg
=
{
8
}
>
<
Elements
/>
<
/Col
>
<
Col
sm
=
{
2
}
md
=
{
2
}
lg
=
{
2
}
>
...
...
@@ -129,7 +129,7 @@ export default class Elements extends React.Component {
}
render
()
{
let
width
=
this
.
state
.
currentElement
?
"
7
5%
"
:
0
let
width
=
this
.
state
.
currentElement
?
"
6
5%
"
:
0
let
elementDetails
;
if
(
this
.
state
.
currentElement
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment