-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1290 reporter previewer buttons overlap (#282)
Fixes insightsengineering/teal#1290 as a part of insightsengineering/teal#1253 Status: currently managed to figure out application on divs on buttons so they do not overlap Now: planning to put each button in a separate line so they do not go out of the `encodings` panel ```r library(shiny) library(teal.reporter) shinyApp( ui = fluidPage(reporter_previewer_ui("simple")), server = function(input, output, session) { reporter_previewer_srv("simple", Reporter$new()) } ) ``` <img width="380" alt="image" src="https://github.com/user-attachments/assets/b6bf60c9-7a26-4c50-a058-f4504e87f682"> --------- Co-authored-by: vedhav <vedhaviyash4@gmail.com> Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2f69b86
commit d08659f
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters