Skip to content

Instantly share code, notes, and snippets.

@aarong1
Created October 25, 2021 16:09
Show Gist options
  • Save aarong1/54377612ad0d1fddcfd3ae5a5b750145 to your computer and use it in GitHub Desktop.
Save aarong1/54377612ad0d1fddcfd3ae5a5b750145 to your computer and use it in GitHub Desktop.
display inline block css
span(style="display: inline-block;vertical-align:top; width: 350px;",
sliderInput(inputId = 'selectDate',
ticks = TRUE,
dragRange = TRUE,
label = 'Select Date',
min = min(casePC$DoR,na.rm=T),
max = max(casePC$DoR,na.rm=T),
animate = TRUE,width='500',
value = c(Sys.Date()-100, max(casePC$DoR,na.rm=T)-1))),
span(style="display: inline-block;vertical-align:top; width: 350px;",
br()),
span(style="display: inline-block;vertical-align:top; width: 350px;",
selectInput(inputId = 'lgd',label='LGD',choices = selectLGD))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment