Change #7859
Category | None |
Changed by | Garry Collum <gcollum | @gmail.com>
Changed at | Wed 07 Jul 2021 10:35:10 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 14264be1919a2048a12c1f480a1f300bed63167f |
Comments
LP1928005 Bootstrap Opac: Current charges not aligned on mobile. This patch removes the classes from the charges table that presents the table in a vertical format. It wraps the table in a <div> that uses the table-responsive class. To test add some charges to a patron record. Bring that patron's account up in the opac and view the charges table in the smallest browser size possible. Notice that the table switches to a vertical format and the column names are mis-aligned. Apply the patch. View the table again. The table should now be horizontal with all of the columns correct. Signed-off-by: Garry Collum <gcollum@gmail.com> Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org> Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Changed files
- Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2