joomla / backend-template

backend template for Joomla 4 working area
GNU General Public License v2.0
13 stars 23 forks source link

Com-tags #377

Closed brianteeman closed 5 years ago

brianteeman commented 5 years ago

Was it the intention to have Teaser Image and Full Image on seperate tabs ?

image

If it was then this scss is wrong - but I suspect you meant it to be one tab

    #fieldset-image-intro {
        margin-right: 15px;
    }
    #fieldset-image-fulltext {
        margin-left: 15px;
    }
bembelimen commented 5 years ago

Indeed. #382