[Glitch] Keep version string displayed without breakpoints in UI Port 5a437edc7f22d5797e5af29d9b450a03eccec304 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 files changed, 5 insertions(+), 1 deletions(-) M app/javascript/flavours/glitch/features/ui/components/link_footer.jsx M app/javascript/flavours/glitch/styles/components/about.scss
M app/javascript/flavours/glitch/features/ui/components/link_footer.jsx => app/javascript/flavours/glitch/features/ui/components/link_footer.jsx +1 -1
@@ 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> );
M app/javascript/flavours/glitch/styles/components/about.scss => app/javascript/flavours/glitch/styles/components/about.scss +4 -0