Move general CSS to more specific so as not to affect other dialogs
parent
98f62d0300
commit
ab24994e37
|
@ -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
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue