File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
app/pages/Sandbox/Editor/Workspace/Dependencies/__snapshots__
embed/components/__snapshots__ Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33exports [` ExternalResource renders file if there is an extension 1` ] = `
44<span
5- className = " sc-bdVaJa jkdzgU "
5+ className = " sc-bdVaJa jEUgPD "
66>
77 <a
88 href = " https://ivesvh.com/ives.js"
@@ -44,7 +44,7 @@ exports[`ExternalResource renders file if there is an extension 1`] = `
4444
4545exports [` ExternalResource renders url if there is no extension 1` ] = `
4646<span
47- className = " sc-bdVaJa jkdzgU "
47+ className = " sc-bdVaJa jEUgPD "
4848>
4949 <a
5050 href = " https://ivesvh.com/"
@@ -86,7 +86,7 @@ exports[`ExternalResource renders url if there is no extension 1`] = `
8686
8787exports [` ExternalResource renders url if there is no extension 2` ] = `
8888<span
89- className = " sc-bdVaJa jkdzgU "
89+ className = " sc-bdVaJa jEUgPD "
9090>
9191 <a
9292 href = " https://ivesvh.com"
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ exports[`File renders 1`] = `
1010 font - size : 14px ;
1111 padding : 0.6rem ;
1212 padding - left : calc (1rem - 2px );
13+ padding - right : 3rem ;
1314 color : rgb (106 ,118 ,124 );
1415 text - decoration : none ;
1516 font - weight : 400 ;
@@ -90,6 +91,7 @@ exports[`File renders alternative 1`] = `
9091 font - size : 14px ;
9192 padding : 0.6rem ;
9293 padding - left : calc (1rem - 2px );
94+ padding - right : 3rem ;
9395 color : rgb (106 ,118 ,124 );
9496 text - decoration : none ;
9597 font - weight : 400 ;
@@ -170,6 +172,7 @@ exports[`File renders as active 1`] = `
170172 font - size : 14px ;
171173 padding : 0.6rem ;
172174 padding - left : calc (1rem - 2px );
175+ padding - right : 3rem ;
173176 color : rgb (106 ,118 ,124 );
174177 text - decoration : none ;
175178 font - weight : 400 ;
@@ -247,6 +250,7 @@ exports[`File renders directory 1`] = `
247250 font - size : 14px ;
248251 padding : 0.6rem ;
249252 padding - left : calc (1rem - 2px );
253+ padding - right : 3rem ;
250254 color : rgb (106 ,118 ,124 );
251255 text - decoration : none ;
252256 font - weight : 400 ;
You can’t perform that action at this time.
0 commit comments