diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site6.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index c7587971..bf9bc2cc 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -473,6 +473,10 @@ a:not([href]):hover { white-space: nowrap; } +.blockwrap { + display: inline-block; +} + .contribution.has-tooltip, .datetimestamp.has-tooltip { position: relative; |