[Glitch] Keep version string displayed without breakpoints in UI

Port 5a437edc7f to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
local
Michael Stanclift 7 months ago committed by Claire
parent a5dbb1ee5a
commit 8eb09c6f72
  1. 2
      app/javascript/flavours/glitch/features/ui/components/link_footer.jsx
  2. 4
      app/javascript/flavours/glitch/styles/components/about.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>
);

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

Loading…
Cancel
Save