diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-02 18:12:29 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-02 18:12:29 +0100 |
| commit | a304b1f74419485ea12c6c86605dc18526b74177 (patch) | |
| tree | ee1f9f8f6fa726455a7f6c26c9cdf0e09cad2819 /http/src/css/otp.uppcss | |
| parent | 94e5dfd091b6413250398821917efff76e12724f (diff) | |
changes " to ' in uppcss files to work around bug in pp
Diffstat (limited to 'http/src/css/otp.uppcss')
| -rw-r--r-- | http/src/css/otp.uppcss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/src/css/otp.uppcss b/http/src/css/otp.uppcss index 4a7db02..47a74d3 100644 --- a/http/src/css/otp.uppcss +++ b/http/src/css/otp.uppcss @@ -23,7 +23,7 @@ margin: 0; } - input[type="submit"] { + input[type='submit'] { max-width: max-content; } } |
