You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2021/01/13 19:08:21 UTC

[myfaces-tobago] 02/02: TOBAGO-2044: Evaluate use of Bootstrap 5

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit a5316469729d8f14884ff19876ee75bb644ce0ba
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Jan 13 20:07:53 2021 +0100

    TOBAGO-2044: Evaluate use of Bootstrap 5
    
    update to 5.0.0-beta1
---
 tobago-core/npm/scss/_tobago.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-core/npm/scss/_tobago.scss b/tobago-core/npm/scss/_tobago.scss
index ba8c492..10ad37d 100644
--- a/tobago-core/npm/scss/_tobago.scss
+++ b/tobago-core/npm/scss/_tobago.scss
@@ -74,7 +74,7 @@ $page-padding-top: 1rem;
 @mixin dropdownMenuFormCheckComponents() {
   .dropdown-menu .form-check {
     /* move form-check components to the right, so checkbox/radio buttons are inside dropdown-menu */
-    padding-left: (($dropdown-item-padding-x ) + ($form-check-padding-left / 1em))
+    padding-left: (($dropdown-item-padding-x ) + ($form-check-padding-start / 1em))
   }
 }