aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-09-13 16:22:58 -0400
committertdro <tdro@noreply.example.com>2023-09-13 16:22:58 -0400
commit54299946dca8dfe767b6e1ea7794b26361768816 (patch)
tree0135a31b4342b540c9516b04bb036f5004b52192 /assets/css
parent6168cad4a499168e10602583c15320dbca7420c9 (diff)
downloadcanory-54299946dca8dfe767b6e1ea7794b26361768816.tar.gz
canory-54299946dca8dfe767b6e1ea7794b26361768816.tar.bz2
canory-54299946dca8dfe767b6e1ea7794b26361768816.zip
assets/css/default: Overflow clip ellipses
Clip is cleaner until this design is figured out
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 8f7bbd0..8a7865c 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: hidden;
+ overflow-x: clip;
text-overflow: ellipsis;
}