FoxInCloud
Little problem with html
Gravatar is a globally recognized avatar based on your email address. Little problem with html
  Michele
  All
  Feb 7, 2020 @ 05:45am

Why this button group is not aligned on the left side like other info ? I want all the buttons on the same line even in the smaller size

Gravatar is a globally recognized avatar based on your email address. re: Little problem with html
  FoxInCloud Support - Thierry N.
  Michele
  Feb 7, 2020 @ 06:08am

Probably because parent has too much padding - check in dev tools

Not sure if negative margin works on button group but you could try

Gravatar is a globally recognized avatar based on your email address. re: Little problem with html
  Vincent H.
  FoxInCloud Support - Thierry N.
  Feb 8, 2020 @ 01:00am

Hi Michele,

I had the same problems with the button groups and solved them by the css as follows:

.btn-group {
  width: max-content;
}

.col-new,
.col-delete {
  text-align: left;
}

Gravatar is a globally recognized avatar based on your email address. re: Little problem with html
  Michele
  Vincent H.
  Feb 9, 2020 @ 11:19am

it works. thanks

© 1996-2024