Skip to content
Snippets Groups Projects
Commit d98e9cb1 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2003766 by InternetDevels, KeyboardCowboy: Fixed Vertical tabs styling...

Issue #2003766 by InternetDevels, KeyboardCowboy: Fixed Vertical tabs styling is pushed to the right on node edit form.
parent 2b313353
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -1401,6 +1401,12 @@ input.form-submit:focus {
margin-bottom: 2em;
}
/* Vertical Tabs Reset */
ul.vertical-tabs-list {
margin: -1px 0 -1px -15em;
padding: 0;
}
/* Contact Form */
.contact-form #edit-name {
width: 75%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment