GBonnaire / jspreadsheet-plugins-and-editors

Plugins and Editors for JSpreadsheet Pro 7, Pro 8 and Pro 9
https://repo.gbonnaire.fr/category/jspreadsheetpro
MIT License
13 stars 0 forks source link

Statusbar styling #14

Closed dmt0 closed 1 year ago

dmt0 commented 1 year ago

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:

.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;
}

Reproduction steps

1.
2.
3.
...
GBonnaire commented 1 year ago

Hi,

Thanks, i fixed that

New version 2.2.1 already available