.OxLabel.OxSquare should have border-radius: 0
This commit is contained in:
parent
14a4d48b6d
commit
3d3d963ca3
1 changed files with 1 additions and 1 deletions
|
@ -901,7 +901,7 @@ OxLabel
|
||||||
}
|
}
|
||||||
.OxLabel.OxSquare {
|
.OxLabel.OxSquare {
|
||||||
padding: 0 3px 0 3px;
|
padding: 0 3px 0 3px;
|
||||||
border-radius: 4px;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue