Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6afd8ac9
Commit
6afd8ac9
authored
Jun 23, 2021
by
Alexander Turinske
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update utility classes to match standards
parent
5a846105
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ee/app/assets/javascripts/threat_monitoring/components/policy_editor/policy_editor_layout.vue
...itoring/components/policy_editor/policy_editor_layout.vue
+1
-1
ee/app/assets/stylesheets/pages/threat_management.scss
ee/app/assets/stylesheets/pages/threat_management.scss
+2
-2
No files found.
ee/app/assets/javascripts/threat_monitoring/components/policy_editor/policy_editor_layout.vue
View file @
6afd8ac9
...
...
@@ -120,7 +120,7 @@ export default {
</section>
<section
v-if=
"shouldShowRuleEditor"
class=
"gl-
s-w-half gl-s
-max-w-30p gl-p-5 gl-border-l-gray-100 gl-border-l-1 gl-md-border-l-solid"
class=
"gl-
md-w-50p gl-md
-max-w-30p gl-p-5 gl-border-l-gray-100 gl-border-l-1 gl-md-border-l-solid"
data-testid=
"rule-editor-preview"
>
<slot
name=
"rule-editor-preview"
></slot>
...
...
ee/app/assets/stylesheets/pages/threat_management.scss
View file @
6afd8ac9
...
...
@@ -10,13 +10,13 @@
align-items
:
flex-start
;
}
.gl-
s
-max-w-30p
{
.gl-
md
-max-w-30p
{
@media
(
min-width
:
$breakpoint-md
)
{
max-width
:
30%
;
}
}
.gl-
s-w-half
{
.gl-
md-w-50p
{
@media
(
min-width
:
$breakpoint-md
)
{
width
:
50%
;
}
...
...
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