/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 29 Dec 2024, 7:12 pm
*/

.foogallery .fg-caption-title {
    box-sizing: content-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    font-weight: 400;
    padding: 0;
    margin: .4em;
    height: 1.3em;
    min-height: 1.3em;
    line-height: 1.3em;
}