Skip to main content

Larger allowed and denied email domains fields

Comments

4 comments

  • Jason Rodgers

    Under your Theme/Advanced Settings/CSS add the following.

    #id_s__allowemailaddresses{
    width: 100% !important;
    }

    #id_s__denyemailaddresses{
    width: 100% !important;
    }

    It increases the width of the input boxes to the size of the window.  Unfortunately, this is an input and not a text area so multiple lines / wrap text are not really intended. 

    0
  • James O'Brien

    Hi Jason, thanks for this. I have an ultrawide monitor, so this will be an improvement at least. I note however that wrapped text on input would be very much preferred - could a text area with a soft wrap and new line prevention be an alternative?

    0
  • Jason Rodgers

    The input field is a core Moodle thing so unlikely to change.

    0
  • James O'Brien

    No worries, thanks for your time.

    0

Please sign in to leave a comment.