Skip to content

Commit

Permalink
fix margin on input
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Tsvetkov <142901247+vtsvetkov-splunk@users.noreply.github.com>
  • Loading branch information
vtsvetkov-splunk committed Nov 12, 2024
1 parent 46d0a8b commit 8307e0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions ui/src/pages/Dashboard/dashboardStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,9 @@
display: inline-flex;
padding: 0;
}
[data-test='input-title-remove-container'] {
margin: 5px;
}
/* Time selector */
[data-test='input-title'] {
margin: 5px;
font-size: 14px;
}
}
Expand Down
2 changes: 1 addition & 1 deletion ui/src/public/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/

const PACKAGE_VERSION = '2.6.0'
const PACKAGE_VERSION = '2.6.2'
const INTEGRITY_CHECKSUM = '07a8241b182f8a246a7cd39894799a9e'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down

0 comments on commit 8307e0d

Please sign in to comment.