css update - modal pop up

Created on 2 November 2024, 6 months ago

Problem/Motivation

..../modules/contrib/paragraphs/css/paragraphs.modal.css

Recommend centering label as attached on modal

recommend changing:

ul.paragraphs-add-dialog-list .button.button--small {
	background-repeat: no-repeat;
	background-position: 10px;
	background-size: auto calc(100% - 10px);
	margin: 0;
	padding-left: 40px;
	padding-top: calc(.5rem - 1px);
	padding-bottom: calc(.5rem - 1px);
	text-align: left; 
	border-radius: 3px;
}

to

ul.paragraphs-add-dialog-list .button.button--small {
	background-repeat: no-repeat;
	background-position: 10px;
	background-size: auto calc(100% - 10px);
	margin: 0 auto;
	padding-top: calc(.5rem - 1px);
	padding-bottom: calc(.5rem - 1px);
	border-radius: 3px;
}

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇺🇸United States hcanning

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024