diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-27 23:15:56 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-27 23:15:56 +0100 |
| commit | e186593283338766e569218ffb34ec58ba748b45 (patch) | |
| tree | 304f7ca80fdfececbba122430096a3bd7a3ca8db | |
| parent | c7001c50d1198be694617a29e583e583003f5096 (diff) | |
added the actual class for the email link change (forgot to include it in last commit)
| -rw-r--r-- | src/Pages/commissions/commissions.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Pages/commissions/commissions.php b/src/Pages/commissions/commissions.php index c79632d..feee49c 100644 --- a/src/Pages/commissions/commissions.php +++ b/src/Pages/commissions/commissions.php @@ -68,6 +68,11 @@ margin-bottom: 20px; } .honey { display: none; } + .email-link { + font-family: "Courier New", monospace; + font-size: 14px; + word-break: break-all; + } </style> </head> <body> |
