bugfix in histogram CSS, extended translations
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -13,11 +13,10 @@
|
||||
}
|
||||
|
||||
.bar {
|
||||
display: flex; /* flexbox for text alignment */
|
||||
align-items: flex-end; /* text sticks to bottom of bar */
|
||||
height: 100%; /* full height of flex item */
|
||||
padding: 0 2px; /* space for text */
|
||||
box-sizing: border-box; /* include padding in height */
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
padding: 0 2px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user