Keep version string displayed without breakpoints in UI (#26986)

local
Michael Stanclift 7 months ago committed by GitHub
parent 6320c52630
commit 5a437edc7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/mastodon/features/ui/components/link_footer.jsx
  2. 4
      app/javascript/styles/mastodon/components.scss

@ -100,7 +100,7 @@ class LinkFooter extends PureComponent {
{DividingCircle}
<a href={source_url} rel='noopener noreferrer' target='_blank'><FormattedMessage id='footer.source_code' defaultMessage='View source code' /></a>
{DividingCircle}
v{version}
<span class='version'>v{version}</span>
</p>
</div>
);

@ -9009,6 +9009,10 @@ noscript {
color: $dark-text-color;
margin-bottom: 20px;
.version {
white-space: nowrap;
}
strong {
font-weight: 500;
}

Loading…
Cancel
Save