main

mattermost/focalboard

Last updated at: 29/12/2023 09:42

updatedBy.scss

TLDR

This file defines the styling for the class .LastModifiedBy, which is used to display the information of the last user who updated an element.

Classes

.LastModifiedBy

This class defines the styling for displaying the information of the last user who updated an element. It sets the display property to flex and aligns items to the center.

.LastModifiedBy {
    display: flex;
    align-items: center;
}