How to configure Popup Actions buttons in 4.11

1013
2
05-06-2019 12:43 PM
KellyChan
New Contributor II

Popup actions in 4.11 seems broken. How to "make" them align? and to display action titles?

Attached image is from doc/samples page. It illustrates the problems quite well actually.

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus

Yes. action buttons in popups got pretty screwed up in 4.11. Fixing the alignment is pretty easy but getting labels in not possible without some serious direct dom manipulation and css overrides.

      .esri-popup__inline-actions-container .esri-popup__action {
        flex: 0 0 !important;
        flex-basis: 20px !important;
        margin-left: 0 !important;
        margin-right: 7px !important;
      }
Noah-Sager
Esri Regular Contributor

We'll have this fixed for 4.12.