
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: ec5782e80525dc3512fca2f9d1840f67efc3f670 https://github.com/phpmyadmin/phpmyadmin/commit/ec5782e80525dc3512fca2f9d184... Author: R. Gurung <gurungrahul2@gmail.com> Date: 2019-12-13 (Fri, 12 December 2019) +05:30 Changed paths: M themes/pmahomme/scss/_common.scss Log Message: ----------- fixed the font size earlier font-size:1em was used which was being overrided by a default BS styling reverted back to old styling by overriding it. Signed-off-by: R. Gurung <gurungrahul2@gmail.com> Commit: 72ddaccdab9bc870e0296b09908333c218cee521 https://github.com/phpmyadmin/phpmyadmin/commit/72ddaccdab9bc870e0296b099083... Author: MaurĂcio Meneghini Fauth <mauricio@fauth.dev> Date: 2019-12-15 (Sun, 12 December 2019) -03:00 Changed paths: M themes/pmahomme/scss/_common.scss Log Message: ----------- Merge pull request #15647 from gurrrung/15618 fixed the font size fixes #15618 earlier font-size:1em was used which was being overrided by a default BS styling reverted back to old styling by overriding it. Closes #15645