soramitsu / soramitsu-js-ui-library

Javascript UI library used by SORAMITSU
Apache License 2.0
8 stars 3 forks source link

Fix - Remove column width rounding #575

Closed VladislavPopovSR closed 9 months ago

VladislavPopovSR commented 9 months ago

This pr created in order to remove space between column and border line as in the following picture.

image

Also I edited STable styles by applying overflow-y:auto to the whole table.