aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-09-16 04:50:54 -0400
committertdro <tdro@noreply.example.com>2023-09-16 04:50:54 -0400
commit7511664607aa2d92904ec10460e5e4cb2a1a7bf7 (patch)
tree665dc8eeb601b3a7aa06ac54793ba14f617ac371 /assets/css
parent150f577e4b23964a996efaa44b43947d722a70cb (diff)
downloadcanory-7511664607aa2d92904ec10460e5e4cb2a1a7bf7.tar.gz
canory-7511664607aa2d92904ec10460e5e4cb2a1a7bf7.tar.bz2
canory-7511664607aa2d92904ec10460e5e4cb2a1a7bf7.zip
assets/css/default: Swap clip back to hidden
Different browsers are different
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 26d7082..b57dfe0 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1505,7 +1505,7 @@ micro-author micro-header > *,
column-base[position="middle"] > nav:first-child section h2,
column-base[position="middle"] > nav:first-child section small {
white-space: nowrap;
- overflow-x: clip;
+ overflow-x: hidden;
text-overflow: ellipsis;
}