Closed dmt0 closed 1 year ago
"@jspreadsheet/statusbar": "2.2.0"
v9.x
Minor issue: vertical alignment in statusbar is off. Here's css that works:
.jss_statusbar .jss_statusbar_information { flex-grow: 100; font-size: 13px; padding-right: 5px; /* text-align: right; */ /* vertical-align: middle; */ display: flex; align-items: center; justify-content: right; }
1. 2. 3. ...
Hi,
Thanks, i fixed that
New version 2.2.1 already available
Plugin Name with version
"@jspreadsheet/statusbar": "2.2.0"
JSpreadsheet version
v9.x
Describe the bug
Minor issue: vertical alignment in statusbar is off. Here's css that works:
Reproduction steps