Skip to content

Commit

Permalink
Style fix: right align numeric inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
boxed committed Oct 23, 2023
1 parent b2f99c1 commit ca66f01
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
---------

6.3.0 (2023-09-26)
~~~~~~~~~~~~~~~~~~

* Edit table: support non-rendered and hardcoded column

* Improvements to transaction handling in the middleware: The middleware should have the same atomic behaviour as django BaseHandler.make_view_atomic

* You can now use iommi's profiler on form POST requests. Click the "Profile POST" button then press submit on the form you wish to profile.

* Tables/queries: Filtering on numbers broken

* Fixed bootstrap styling to style numeric input as right aligned


6.2.0 (2023-09-26)
~~~~~~~~~~~~~~~~~~
Expand Down
1 change: 1 addition & 0 deletions iommi/style_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
'form-control': False,
},
),
number__input__attrs__class={'text-right': True},
),
attrs__class={
'form-group': True,
Expand Down

0 comments on commit ca66f01

Please sign in to comment.