File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,30 +205,6 @@ function Body() {
205205 }
206206 </ GlCards >
207207
208- { /*
209- <GlArticle
210- title="Article title"
211- body={`Lorem.`}
212- buttonLabel="Article Button label"
213- buttonLink={{
214- href: "https://example.com"
215- }}
216- illustration={{
217- type: "video",
218- hasShadow: false,
219- sources: [
220- {
221- src: mesaMp4,
222- type: "video/mp4"
223- }
224- ]
225- }}
226- hasAnimation={true}
227- />
228-
229- <GlSectionDivider />
230- */ }
231-
232208 < GlSectionDivider />
233209
234210 < GlCheckList
@@ -306,10 +282,12 @@ function Body() {
306282 hasAnimation = { true }
307283 />
308284
285+ < GlSectionDivider />
286+
309287 < GlArticle
310288 title = "MESA papers to cite"
311289 body = {
312- < div style = { { maxHeight : "500px " , overflowY : "auto" } } >
290+ < div style = { { maxHeight : "400px " , overflowY : "auto" , width : "500px " } } >
313291 < CopyBlock
314292 language = { "bash" }
315293 text = { useMesaBibTxt ( ) }
You can’t perform that action at this time.
0 commit comments