mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-23 23:02:22 +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';
|
import FilterComponent from './filter';
|
||||||
|
|
||||||
const wrapperStyle = {
|
const wrapperStyle = {
|
||||||
justifyContent: 'center',
|
JustifyContent: 'center',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flex: 1,
|
flex: 1,
|
||||||
flexDirection: 'row',
|
FlexDirection: 'row',
|
||||||
flexWrap: 'wrap',
|
FlexWrap: 'wrap',
|
||||||
margin: '20px'
|
margin: '20px'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ const cardTitleStyle = {
|
|||||||
|
|
||||||
const cardTextStyle = {
|
const cardTextStyle = {
|
||||||
color: 'black',
|
color: 'black',
|
||||||
overflowY: 'auto',
|
OverflowY: 'auto',
|
||||||
height: '100px'
|
height: '100px'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user