I'm trying to create a valuebox but my problem is that the subtitle text is too long.
Here is my code
```{r}
valueBox(12,
paste('Number of Cars',':','City','is Chicago'))
```
But my Goal would be something like this
I tried using "\n" but it didn't work.