Skip to content

Commit

Permalink
Make the right-most column flush with right
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Feb 6, 2024
1 parent 1f3e23a commit c488489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljs/daisyproducer2/documents/version.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
[:td [:a {:href (str"/api/documents/" document-id "/versions/" id "/xml")
:target "_blank"} comment]]
[:td created-by]
[:td (when created-at (tf/unparse (tf/formatter "yyyy-MM-dd HH:mm") created-at))]])
[:td {:width "12%"} (when created-at (tf/unparse (tf/formatter "yyyy-MM-dd HH:mm") created-at))]])

(defn versions [document]
(let [errors? @(rf/subscribe [::notifications/errors?])
Expand Down

0 comments on commit c488489

Please sign in to comment.