Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
ACP3
ACP3 CMS
Commits
7ef531af
Commit
7ef531af
authored
Jan 26, 2019
by
Tino Goratsch
Browse files
resolve a minor CSS issue found by the autoprefixer
parent
93b77825
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ACP3/Modules/ACP3/System/Resources/Assets/css/style.css
ACP3/Modules/ACP3/System/Resources/Assets/css/style.css
+1
-1
ACP3/Modules/ACP3/System/Resources/Assets/less/modules/datagrid.less
...s/ACP3/System/Resources/Assets/less/modules/datagrid.less
+1
-1
No files found.
ACP3/Modules/ACP3/System/Resources/Assets/css/style.css
View file @
7ef531af
...
...
@@ -164,7 +164,7 @@
display
:
-ms-flexbox
;
display
:
flex
;
-ms-flex-pack
:
end
;
justify-content
:
end
;
justify-content
:
flex-
end
;
visibility
:
hidden
;
}
.datagrid
.datagrid-column__action-buttons
.btn
{
...
...
ACP3/Modules/ACP3/System/Resources/Assets/less/modules/datagrid.less
View file @
7ef531af
...
...
@@ -25,7 +25,7 @@
.datagrid-column__action-buttons {
display: flex;
justify-content: end;
justify-content:
flex-
end;
visibility: hidden;
.btn {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment