You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ticket aims to list all the changes to make in HTML code (in LWC source code but also in user-defined HTML, for example for popups with QGIS tooltips)
We need to fix the issues as we spot them, and should also have a look to the external modules, external JavaScript scripts, etc.
Tables
condensed table : replace <table> class table-condensed by table-sm
Buttons
smaller buttons: replace <button> class btn-small by btn-sm
really smaller buttons: class btn-mini does not exists anymore ! See https://getbootstrap.com/docs/5.3/components/buttons/#sizes We could have kept btn-mini class in the code and add a Lizmap CSS variable --bs-btn-padding-y: .25rem; --bs-btn-padding-x: .5rem; --bs-btn-font-size: .75rem;" (values not tested)
This ticket aims to list all the changes to make in HTML code (in LWC source code but also in user-defined HTML, for example for popups with QGIS tooltips)
First migration made in this PR : #4455
We need to fix the issues as we spot them, and should also have a look to the external modules, external JavaScript scripts, etc.
Tables
<table>
classtable-condensed
bytable-sm
Buttons
<button>
classbtn-small
bybtn-sm
btn-mini
does not exists anymore ! See https://getbootstrap.com/docs/5.3/components/buttons/#sizes We could have keptbtn-mini
class in the code and add a Lizmap CSS variable--bs-btn-padding-y: .25rem; --bs-btn-padding-x: .5rem; --bs-btn-font-size: .75rem;"
(values not tested)Tabs
Doc:
Modal
Popups and dataviz
Forms
They seem really broken at present in master
The text was updated successfully, but these errors were encountered: