Explicitly set "Add profile" message line heights (#23216)
## #23215 - Explicitly set "Add profile" message line heights so they are consistent cross-browser <img width="1624" alt="Screenshot 2024-10-24 at 3 34 45 PM" src="https://github.com/user-attachments/assets/ac793e32-729f-423a-b672-ed60412eb92d"> <img width="1624" alt="Screenshot 2024-10-24 at 3 34 53 PM" src="https://github.com/user-attachments/assets/5d8c8947-34ad-49c0-87d6-ea10b0ebd980"> - [x] Changes file added for user-visible changes in `changes/`, - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
co-authored by
Jacob Shandling
parent
2a756088f1
commit
f3755986c1
@@ -0,0 +1 @@
|
||||
* Explicitly set line heights on "add profile" messages so they are consistent cross-browser
|
||||
@@ -102,6 +102,7 @@
|
||||
|
||||
&--message {
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
@@ -60,6 +60,7 @@
|
||||
|
||||
&--message {
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user