Fix about page support link wrapping
| | |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | width: min(560px, 100%); |
| | | width: min(760px, 100%); |
| | | } |
| | | |
| | | .app-name { |
| | |
| | | color: var(--color-blue); |
| | | font: inherit; |
| | | cursor: pointer; |
| | | word-break: break-all; |
| | | white-space: nowrap; |
| | | word-break: normal; |
| | | text-align: left; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .bottom { |
| | | width: min(560px, 100%); |
| | | width: min(760px, 100%); |
| | | margin-top: auto; |
| | | padding-top: 22px; |
| | | text-align: center; |
| | |
| | | grid-template-columns: 1fr; |
| | | gap: 2px; |
| | | } |
| | | |
| | | .support-link { |
| | | white-space: normal; |
| | | overflow-wrap: anywhere; |
| | | } |
| | | } |
| | | </style> |