Skip to content
Snippets Groups Projects

fix(profile): use CSS 'white-space' property instead of 'text-wrap' for better...

Merged Nicolas.Rod requested to merge rodn-fix-orcid-error-message-css into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -64,7 +64,7 @@
}
.checkbox-error {
text-wrap: wrap;
white-space: normal;
&.hide {
display: none;
Loading