Skip to content

Commit

Permalink
LF-4389 This commit will fix the label display
Browse files Browse the repository at this point in the history
  • Loading branch information
den4ik1203 committed Aug 19, 2024
1 parent 8e5913e commit 1699d52
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
* GNU General Public License for more details, see <https://www.gnu.org/licenses/>.
*/

.labelContainer {
.labelContainer {
display: flex;
justify-content: space-between;
justify-content: flex-start; /* Keep items together */
min-height: 20px;
position: relative;
white-space: nowrap; /* Prevent wrapping */
}

.sm {
Expand Down

0 comments on commit 1699d52

Please sign in to comment.