mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-19 13:07:52 +00:00
Fixing css
This commit is contained in:
parent
daf7da2189
commit
32945dbd55
@ -5,11 +5,11 @@ import IssueComponent from './issue';
|
||||
import FilterComponent from './filter';
|
||||
|
||||
const wrapperStyle = {
|
||||
justifyContent: 'center',
|
||||
JustifyContent: 'center',
|
||||
display: 'flex',
|
||||
flex: 1,
|
||||
flexDirection: 'row',
|
||||
flexWrap: 'wrap',
|
||||
FlexDirection: 'row',
|
||||
FlexWrap: 'wrap',
|
||||
margin: '20px'
|
||||
};
|
||||
|
||||
|
@ -12,7 +12,7 @@ const cardTitleStyle = {
|
||||
|
||||
const cardTextStyle = {
|
||||
color: 'black',
|
||||
overflowY: 'auto',
|
||||
OverflowY: 'auto',
|
||||
height: '100px'
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user