Handle global label
This commit is contained in:
@@ -172,7 +172,7 @@ body {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.gridNode, .gridGroup, .gridGroupLabel, .gridLinkLabel {
|
||||
.gridNode, .gridGraphLabel, .gridGroup, .gridGroupLabel, .gridLinkLabel {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
@@ -195,6 +195,13 @@ body {
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.gridGraphLabel {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
font-size: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.gridGroup {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user