]> source.dussan.org Git - vaadin-framework.git/commit
Fix caption width rounding in Chrome (#9785)
authorHenri Sara <henri.sara@gmail.com>
Mon, 7 Aug 2017 07:08:57 +0000 (10:08 +0300)
committerGitHub <noreply@github.com>
Mon, 7 Aug 2017 07:08:57 +0000 (10:08 +0300)
commit583fa0c0edc173495bb8566cefcb142eab7b7cdd
tree14a1aa7567eaf4cc5a94a75350a87455b4a96ca1
parent3b0722a0ba462e677fe2fb305709faac953ce5bf
Fix caption width rounding in Chrome (#9785)

Otherwise, TabSheet close button may break the small theme
in ReindeerThemeTest when the caption width is rounded down.
client/src/main/java/com/vaadin/client/VCaption.java
tests/screenshots