Koha/koha-tmpl/intranet-tmpl/prog/js/vue
Pedro Amorim 8a63e6eecc
Bug 33066: Fix table style
Move table rendering outside <ol> to prevent unintended style in _forms.scss from being applied and causing table to not be full width
Remove unecessary table styling

JD: following commit has been squashed. Patch from Pedro is fixing the
FIXME
"""
Bug 33066: Fix style - FIXME

This is not working, see /cgi-bin/koha/erm/eholdings/local/packages/1
The table is not taking width: 100%
I fixed it previously with the display: table in the style block, but
here it's not applied.

There is also the "green tick" (fa-check-square-o) that is not on the
same line https://snipboard.io/jma923.jpg
"""

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>

Signed-off-by: Agustín Moyano <agustinmoyano@theke.io>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-04-10 07:38:53 -03:00
..
components Bug 33066: Fix table style 2023-04-10 07:38:53 -03:00
composables
fetch Bug 33066: Use KohaTable for LicensesList 2023-04-10 07:38:43 -03:00
modules Bug 33422: (bug 32728 follow-up) ERM - Update search header depending on navigation 2023-04-06 09:29:29 -03:00
routes Bug 32991: Agreements: Add delete dialog to show. Removed FormConfirmDelete component and routes 2023-03-10 11:15:32 -03:00
stores Bug 32991: Don't remove all messages when confirm box is closed 2023-03-10 11:15:34 -03:00
messages.js Bug 32983: ERM - Retrieve AVs from an endpoint 2023-03-02 14:46:09 -03:00
vue-shims.d.ts