columns width and tabset #12572
Replies: 2 comments 1 reply
-
Please use the discussions field to ask questions instead of filing bug reports - thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@antoine4ucsd avoid computations in your examples when there is no need for them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug description
Hello
I am having issue when trying to have side by side columns when both contains tabset
the specified width is not considered (50/50) while if I include tabset in only one column, the width is considered (in my example 70/30)
it is probably an obvious mistake but can't figure out...
Steps to reproduce
Actual behavior
the width for each column is 50/50 in this example
if I remove the tabset from one column I get the expected 70/30 ratio
Expected behavior
No response
Your environment
No response
Quarto check output
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.4.0: OK
Dart Sass version 1.70.0: OK
Deno version 1.46.3: OK
Typst version 0.11.0: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 1.6.42
Path: /Applications/quarto/bin
[✓] Checking tools....................OK
TinyTeX: v2025.01
Chromium: (not installed)
[✓] Checking LaTeX....................OK
Using: TinyTex
Path: /Users/Library/TinyTeX/bin/universal-darwin
Version: 2024
[✓] Checking basic markdown render....OK
[✓] Checking Python 3 installation....OK
Version: 3.9.12 (Conda)
Path: /Users/opt/miniconda3/bin/python
Jupyter: 5.7.2
Kernels: julia-0.5, julia-0.6, python3
[✓] Checking Jupyter engine render....OK
[✓] Checking R installation...........OK
Version: 4.0.5
Path: /Users/opt/miniconda3/lib/R
LibPaths:
- /Users/opt/miniconda3/lib/R/library
knitr: 1.40
rmarkdown: 2.16
[✓] Checking Knitr engine render......OK
Beta Was this translation helpful? Give feedback.
All reactions