This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cfb1c0e65 [SYNCOPE-1677] fix short lines in console code editor (#345)
2cfb1c0e65 is described below

commit 2cfb1c0e654784eca947500ea7193db3d9de38f6
Author: Lorenzo Di Cola <[email protected]>
AuthorDate: Thu May 19 09:31:14 2022 +0200

    [SYNCOPE-1677] fix short lines in console code editor (#345)
---
 .../main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss   | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss
 
b/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss
index 3a8b743bfb..e0bf1f48a5 100644
--- 
a/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss
+++ 
b/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss
@@ -767,10 +767,6 @@ div.panel-collapse.collapse.show 
span.ui-spinner.ui-corner-all.ui-widget.ui-widg
   width:20%;
 }
 
-.form-group span:nth-child(4n) {
-  display:block;
-}
-
 /* AjaxDateTimePicker
 ============================================================================= 
*/
 

Reply via email to