Fix badge display when name is too long (#445)
This commit is contained in:
parent
b5c3713277
commit
ff86f78b4d
1 changed files with 4 additions and 1 deletions
|
@ -87,11 +87,14 @@
|
|||
background: #3c4858;
|
||||
font-size: 1rem;
|
||||
color: #f9fafc;
|
||||
line-height: 135px;
|
||||
line-height: initial;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 5%;
|
||||
left: 5%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.circular-progress.blue .circular-progress-bar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue