Menu

#2150 tweek css 2

open
nobody
None
1
2020-08-27
2020-08-27
Anonymous
No

The three types: intern, ekstern and langtid should be a little more narrow as they do not fit one line when used on mobile devices. They are split on two lines. Making them more narrow they should fit one line, full width of mobile devices. Possible?

1 Attachments

Discussion

  • Campbell Morrison

    You can do that in a custom CSS rule. The default is

    .color_key {
      grid-template-columns: repeat(auto-fill, minmax(20ch, 1fr));
    }
    

    To make them narrower change 20ch to 15ch, for example.

     
  • Anonymous

    Anonymous - 2020-08-27

    Thanks a lot!

    Pål Monstad

     

    Last edit: Campbell Morrison 2020-09-03
MongoDB Logo MongoDB