This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git
commit b807703465563959c5f353feac3dbcdd67a9ab4f Author: Alex Heneveld <[email protected]> AuthorDate: Wed Nov 2 00:18:40 2022 +0000 fix line-up of blurred secrets --- .../app/components/config-sensor-table/config-sensor-table.style.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui-modules/app-inspector/app/components/config-sensor-table/config-sensor-table.style.less b/ui-modules/app-inspector/app/components/config-sensor-table/config-sensor-table.style.less index 78d5ba26..be66ebb5 100644 --- a/ui-modules/app-inspector/app/components/config-sensor-table/config-sensor-table.style.less +++ b/ui-modules/app-inspector/app/components/config-sensor-table/config-sensor-table.style.less @@ -145,7 +145,8 @@ > .content { transition: none; text-shadow: rgba(0, 0, 0, 0.95) 10px 0px 10px; - + position: relative; + left: -10px; } &.sensitive-field-show { > .content {
