File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -100,3 +100,7 @@ ul.frame-dropdown-list li:last-child {
100100 position : absolute;
101101 margin-left : -0.75em ;
102102}
103+
104+ .component-frame .version ::before {
105+ content : "Version " ;
106+ }
Original file line number Diff line number Diff line change 99 <div class =" frame-body" >
1010 <h4 class =" title" ><span class =" title" >{{{ page.component.title }}} </span ></h4 >
1111 <div class =" frame-link-dropdowns" >
12- <a class =" frame-link component" href =" {{ relativize page.componentVersion.url }} " > <span class =" version" >Version {{ page.componentVersion.displayVersion }} </span ></a >
12+ <a class =" frame-link component" href =" {{ relativize page.componentVersion.url }} " ><span class =" version" >{{ page.componentVersion.displayVersion }} </span ></a >
1313 <div class =" frame-dropdown versions" >
1414 <ul class =" frame-dropdown-list" >
1515 {{ #each page.versions }}
You can’t perform that action at this time.
0 commit comments