Skip to content

Commit be472da

Browse files
authored
Increase width of tag cloud to 100% (Lightning-Universe#40)
1 parent 2e6d4a8 commit be472da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pt_lightning_sphinx_theme/static/css/theme.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/_sphinx_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ a:hover {
11321132
}
11331133

11341134
.tutorial-tags-container {
1135-
width: 75%;
1135+
width: 100%;
11361136

11371137
&.active {
11381138
width: 0;

0 commit comments

Comments
 (0)