css: Fix backporting error of back-to-login button.

In 7.x, this was invalid syntax with our postcss-preset-env configuration.

See the following for context:

https://chat.zulip.org/#narrow/stream/49-development-help/topic/webpack.20exception.20running.207.2Ex/near/1641309
https://chat.zulip.org/#narrow/stream/2-general/topic/CSS.20nesting.20syntax/near/1528649
This commit is contained in:
Tim Abbott
2023-09-15 11:57:32 -07:00
parent 48995f8218
commit 839c86ead5

View File

@@ -867,7 +867,7 @@ button#register_auth_button_gitlab {
gap: 5px;
align-items: center;
i {
& i {
position: relative;
top: -1px;
font-size: 0.8em;