Skip to content

Commit bc959cb

Browse files
author
Kristan Kenney
committed
Fix font size of usage area in toolbar
1 parent d783383 commit bc959cb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

web/css/styles.min.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3068,14 +3068,13 @@ form#vstobjects.suspended {
30683068

30693069
.pill.usage{
30703070
margin-top: 8px;
3071-
font-size: 0.7rem;
3072-
padding: 3px;
3071+
font-size: 0.75rem;
3072+
padding: 4px;
30733073
padding-left: 8px;
30743074
padding-right: 8px;
30753075
margin-right: 10px;
3076-
line-height: 0.85rem;
3077-
box-shadow: 0px 1px 1px rgba(0,0,0,0.25),
3078-
inset 0px 0px 1px rgba(0,0,0,0.15);
3076+
line-height: 0.75rem;
3077+
box-shadow: 0px 1px 1px rgba(0,0,0,0.25), inset 0px 0px 1px rgba(0,0,0,0.15);
30793078
background-color: rgba(255,255,255,0.75);
30803079
font-weight: 500;
30813080
border: 1px solid rgba(255,255,255,0.9);

0 commit comments

Comments
 (0)