mirror of
https://github.com/flarum/core.git
synced 2025-08-12 03:14:33 +02:00
fix(regression): broken styling
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
&[data-column-name="editUser"] {
|
||||
&[data-column-name="userActions"] {
|
||||
padding: 0;
|
||||
position: relative;
|
||||
}
|
||||
@@ -81,16 +81,20 @@
|
||||
text-decoration-style: dotted;
|
||||
}
|
||||
|
||||
&-editModalBtn {
|
||||
&-userActions {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
&-userActionsBtn {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
&-email {
|
||||
|
Reference in New Issue
Block a user