On individual foaf person pages, the text "within the last 10 years(<n> total)" was increasing the width of the container for the sparklines. Added a width so the container doesn't expand.
This commit is contained in:
parent
6b9db99589
commit
b5b15e52b6
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ span.incomplete-data-holder,
|
|||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.5em;
|
||||
width: 180px;
|
||||
}
|
||||
.google-visualization-sparkline-default {
|
||||
margin-bottom: 5px;
|
||||
|
|
Loading…
Add table
Reference in a new issue