Enhance Survey Web Part Readability
The default survey results can be hard to read for your users. By adding some CSS we can increase the readability with spacing and font weights.
Want to make it easier to read?
Drop this code in:
<style>
ms-gridT1 { padding-top: 10px; padding-bottom: 10px; width: 300px; font-weight: normal; }
.ms-formlabel { font-weight: 600 !important; }
</style>