]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
5ab0db9
)
Fix issue with viewing export dropdown list
author
shubhamosmosys
<redacted>
Thu, 17 Dec 2020 14:17:15 +0000
(19:47 +0530)
committer
GitHub
<redacted>
Thu, 17 Dec 2020 14:17:15 +0000
(19:47 +0530)
There is issue with viewing all the export list
resources/sass/_layout.scss
patch
|
blob
|
history
diff --git
a/resources/sass/_layout.scss
b/resources/sass/_layout.scss
index c4e412f0e67a982492b61363c05dab4bf27f0471..be86d049888e8aa0600780cbf98b712115a9018e 100644
(file)
--- a/
resources/sass/_layout.scss
+++ b/
resources/sass/_layout.scss
@@
-282,6
+282,9
@@
body.flexbox {
max-width: 940px;
margin: 0 auto;
}
+ .tri-layout-right-contents {
+ height: 1000px;
+ }
}
@include smaller-than($l) {
@@
-350,4
+353,4
@@
body.flexbox {
margin-inline-start: 0;
margin-inline-end: 0;
}
-}
\ No newline at end of file
+}