Fix collection table cell width on chrome
@@ -340,6 +340,11 @@ td.sonata-ba-list-field .editable-empty:not(.editable-open) {
white-space: normal;
}
+/* bootstrap */
+.input-group-addon {
+ width: auto; /* See https://github.com/sonata-project/SonataAdminBundle/issues/2950 */
+}
+
/* select2 */
.select2-choice, .select2-choices, .select2-drop {
border-radius: 0 !important;
@@ -274,10 +274,6 @@ file that was distributed with this source code.
{% if sonata_admin is defined and sonata_admin_enabled %}
{% set div_class = div_class ~ ' sonata-ba-field-' ~ sonata_admin.edit ~ '-' ~ sonata_admin.inline %}
-
- {% if sonata_admin.edit == 'inline' and sonata_admin.inline == 'table' %}
- {% set div_class = div_class ~ ' form-inline' %}
- {% endif %}
{% endif %}
{% if errors|length > 0 %}