S
S
Senseich2017-11-28 05:19:52
HTML
Senseich, 2017-11-28 05:19:52

Why doesn't font awesome show up in the modal?

I am seeing this problem. I set the datepicker in the field that is in the modal window. But the awesome arrows that switch months are not displayed. If I install it not in a modal, but let's just say on a site page, then everything is displayed, but in the modal it seems like it just doesn't see the font. What could be the matter or how to make it see in the modal window?
https://prnt.sc/hg573o
An example is here: https://tempusdominus.github.io/bootstrap-4/Usage/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel Antonov, 2017-11-28
@Senseich

You have display:none in template.css;

.input-item .fa {
    position: relative;
    right: 7px;
    display: none;
    top: 6px;
    font-size: 18px;
}

can be treated like this
.bootstrap-datetimepicker-widget .fa{
    display:inline-block;
}

or another selector to taste)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question