Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 9c89d36

Browse files
committed
Fix invisible text on server settings
fixes #1442
1 parent 6a998eb commit 9c89d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/templates/serverConnectModal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<% } %>
2929
</span>
3030
</div>
31-
<div class="flexContainer scrollOverflowYHideX color-primary custCol-primary customThemeScrollbar" style="height: 272px">
31+
<div class="flexContainer scrollOverflowYHideX color-primary custCol-primary customThemeScrollbar custCol-text" style="height: 272px">
3232
<div class="flexRow borderBottom custCol-border">
3333
<p class="margin0 padding2015 textOpacity75"><%= polyglot.t('serverConnectModal.intro') %></p>
3434
</div>

0 commit comments

Comments
 (0)