Core Apps patient page look and feel different on desktop browsers

@mogoodrich , i have tried out several options and the easiest option , that doesnt affect other elements, was to remove the padding from this bootsrap element here like

<div class="col-12 col-lg-3 p-0">.

Atleast ,it makes the general actions column increase a little more in width lIke below

That seems to me the most easiest hacky solution to avoid the word wraping in there , Atleast its an improvement .

Created PR here RA-1688 : Expand General Actions Column to remove word wrap of action titles by mozzy11 · Pull Request #277 · openmrs/openmrs-module-coreapps · GitHub

And also

Created A ticket to correct that , and also to give a succes message when form data has been succesfully deleted

https://issues.openmrs.org/browse/RA-1693

PR here

cc @mksd