Skip to content
Snippets Groups Projects
Commit ab24994e authored by Luke Barnard's avatar Luke Barnard
Browse files

Move general CSS to more specific so as not to affect other dialogs

parent 98f62d03
No related branches found
No related tags found
No related merge requests found
...@@ -248,7 +248,6 @@ textarea { ...@@ -248,7 +248,6 @@ textarea {
.mx_Dialog_title { .mx_Dialog_title {
min-height: 16px; min-height: 16px;
padding-top: 40px; padding-top: 40px;
padding-right: 40px;
font-weight: bold; font-weight: bold;
font-size: 22px; font-size: 22px;
line-height: 1.4; line-height: 1.4;
......
...@@ -15,6 +15,10 @@ See the License for the specific language governing permissions and ...@@ -15,6 +15,10 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
.mx_SetMxIdDialog .mx_Dialog_title {
padding-right: 40px;
}
.mx_SetMxIdDialog_input_group { .mx_SetMxIdDialog_input_group {
display: flex; display: flex;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment