| Index: static/src/scss/components/_article.scss | 
| =================================================================== | 
| --- a/static/src/scss/components/_article.scss | 
| +++ b/static/src/scss/components/_article.scss | 
| @@ -24,21 +24,22 @@ | 
|  | 
| @media (min-width: $phablet-breakpoint) | 
| { | 
| padding: $medium-space; | 
| } | 
| } | 
|  | 
| .article-heading, | 
| -.article-browser-selector | 
| +.article-browser-selector, | 
| +#no-content-for-platform-message | 
| { | 
| +  @extend .underlined; | 
| +  margin-bottom: 15px; | 
| padding-bottom: 15px; | 
| -  margin-bottom: 15px; | 
| -  border-bottom: 1px dotted $gray; | 
| } | 
|  | 
| .article-heading .has-pre-icon | 
| { | 
| @media (max-width: $phablet-breakpoint - 1) | 
| { | 
| padding: 0; | 
| } | 
|  |