Fix flexCol on RStudio Desktop for Win/Linux

RStudio Desktop requires the older -webkit vendor-prefixed
flex box properties. I missed the one for flex-direction.
This commit is contained in:
Joe Cheng
2016-01-20 09:18:15 -08:00
parent b658983fb8
commit 543e66eb00
2 changed files with 3 additions and 0 deletions

1
NEWS
View File

@@ -1,6 +1,7 @@
shiny 0.13.0.9000
--------------------------------------------------------------------------------
* `flexCol` did not work on RStudio for Windows or Linux.
shiny 0.13.0
--------------------------------------------------------------------------------