Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
51257236
Commit
51257236
authored
Feb 16, 2021
by
Markus Scheidgen
Browse files
Improved entry details in result table layout.
parent
02c29e88
Changes
1
Hide whitespace changes
Inline
Side-by-side
gui/src/components/search/EntryList.js
View file @
51257236
...
...
@@ -104,12 +104,14 @@ export class EntryListUnstyled extends React.Component {
overflow
:
'
auto
'
},
entryDetails
:
{
paddingTop
:
theme
.
spacing
(
3
),
paddingLeft
:
theme
.
spacing
(
3
),
paddingRight
:
theme
.
spacing
(
3
)
paddingTop
:
theme
.
spacing
(
2
),
paddingLeft
:
theme
.
spacing
(
2
),
paddingRight
:
theme
.
spacing
(
2
)
},
entryDetailsContents
:
{
display
:
'
flex
'
display
:
'
flex
'
,
maxWidth
:
1024
,
margin
:
'
auto
'
},
entryDetailsRow
:
{
paddingRight
:
theme
.
spacing
(
3
)
...
...
@@ -121,9 +123,7 @@ export class EntryListUnstyled extends React.Component {
flexShrink
:
0
,
justifyContent
:
'
flex-end
'
,
marginBottom
:
theme
.
spacing
(
1
),
marginLeft
:
theme
.
spacing
(
0.5
),
marginRight
:
theme
.
spacing
(
0.5
),
marginTop
:
theme
.
spacing
(
1
)
marginTop
:
theme
.
spacing
(
2
)
}
})
...
...
Write
Preview
Markdown
is supported
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