aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-10-07 20:19:06 -0400
committertdro <tdro@noreply.example.com>2023-10-07 20:19:06 -0400
commitce7aa0c64077bfbc4b44370bc1434406f7a9e90b (patch)
tree89c1e4e9b2bc33a56095834a538df66d06be0ecc /assets
parentf30634aa1ddad0d8e07ebe859bed3d9ca1f533b7 (diff)
downloadcanory-ce7aa0c64077bfbc4b44370bc1434406f7a9e90b.tar.gz
canory-ce7aa0c64077bfbc4b44370bc1434406f7a9e90b.tar.bz2
canory-ce7aa0c64077bfbc4b44370bc1434406f7a9e90b.zip
assets/css/default: Full hidden overflow
To allow for zoom
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 15ddd68..b9842bb 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1540,9 +1540,9 @@ column-base[position="middle"] > nav:first-child section small {
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: hidden;
+ overflow: hidden;
text-overflow: ellipsis;
+ white-space: nowrap;
}
column-base[position="middle"] > nav:first-child section {