Closed gsehrlich closed 2 years ago
docker-compose up -d --build
docker-compose exec api /bin/bash
make validate
ctrl/command+D
exit
docker-compose exec web /bin/sh
npm run test
npx jest
npm run lint-fix
Issue: #443
Brief description of solution
<style>
div
Checklist
docker-compose up -d --build
docker-compose exec api /bin/bash
make validate
ctrl/command+D
orexit
docker-compose exec web /bin/sh
npm run test
ornpx jest
npm run lint-fix
Description
Issue: #443
Brief description of solution
<style>
tag in the production build for some reason, overriding the CSS. Put adiv
selector before the class in the CSS to give it higher specificity.