Initial Drupal 11 with DDEV setup
This commit is contained in:
11
web/core/modules/language/css/language.admin.css
Normal file
11
web/core/modules/language/css/language.admin.css
Normal file
@ -0,0 +1,11 @@
|
||||
/**
|
||||
* @file
|
||||
* Styles for the content language administration page.
|
||||
*/
|
||||
|
||||
#language-content-settings-form table .bundle {
|
||||
width: 25%;
|
||||
}
|
||||
#language-content-settings-form table .operations {
|
||||
width: 75%;
|
||||
}
|
||||
Reference in New Issue
Block a user