about summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-08-23 22:30:15 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-08-23 22:30:15 +0700
commit2f7bf859ff144e629be0868384a6c9a73270e1b5 (patch)
treefd543f824e5a337e1d96f700a2395c1e65901507 /static
parente8ecc7774a0b29a0dcc91f2b4a0e37cad87a5bb1 (diff)
downloadblog-2f7bf859ff144e629be0868384a6c9a73270e1b5.tar.gz
Make it looks nicer for long fields
Diffstat (limited to 'static')
-rw-r--r--static/css/custom.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 2e05070..bce3998 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -88,7 +88,7 @@ dl.data {
 dl.data dt {
   float: left;
   clear: left;
-  width: 100px;
+  max-width: 40%;
   text-align: right;
   font-weight: bold;
 }