@@ -145,17 +145,17 @@ See https://github.com/adobe-type-tools/cmap-resources
145145 <% if defined? ( display_save ) && display_save == true %>
146146 < button id ="DecidimPDSaveButton " class ="button button__primary button__xs mr-2 decidim-button " title ="<%= t "save_changes" , scope : "decidim.participatory_documents.document" %> ">
147147 <%= icon "save-line" %>
148- <%= t "save_changes" , scope : "decidim.participatory_documents.document" %>
148+ < span > < %= t "save_changes" , scope : "decidim.participatory_documents.document" %> </ span >
149149 </ button >
150150 <% end %>
151151 <% if defined? ( display_suggestions ) && display_suggestions == true %>
152152 < button id ="globalSuggestionTrigger " class ="button button__secondary button__xs mr-2 decidim-button " title ="<%= t "global_suggestions" , scope : "decidim.participatory_documents.document" %> ">
153153 <%= icon ( "chat-1-line" ) %>
154- <%= t "global_suggestions" , scope : "decidim.participatory_documents.document" %>
154+ < span > < %= t "global_suggestions" , scope : "decidim.participatory_documents.document" %> </ span >
155155 </ button >
156156 < button id ="exportSuggestionsTrigger " class ="button button__xs button__transparent-secondary decidim-button " title ="<%= t "export_my_suggestions" , scope : "decidim.participatory_documents.document" %> ">
157157 <%= icon ( "download-line" ) %>
158- <%= t "export_my_suggestions" , scope : "decidim.participatory_documents.document" %>
158+ < span > < %= t "export_my_suggestions" , scope : "decidim.participatory_documents.document" %> </ >
159159 </ button >
160160 <% end %>
161161 </ div >
@@ -299,8 +299,8 @@ See https://github.com/adobe-type-tools/cmap-resources
299299 < button id ="fullscreenButton " class ="button button__xs button__text decidim-button " onclick ="toggleFullscreen() "
300300 data-fullscreen ="<%= t ( "decidim.participatory_documents.suggestions.modal.full_screen" ) %> "
301301 data-exit ="<%= t ( "decidim.participatory_documents.suggestions.modal.exit_full_screen" ) %> ">
302- <%= icon "fullscreen-line" %>
303- <%= t ( "decidim.participatory_documents.suggestions.modal.full_screen" ) %>
302+ <%= icon "fullscreen-line" %>
303+ < span > < %= t ( "decidim.participatory_documents.suggestions.modal.full_screen" ) %> </ span >
304304 </ button >
305305
306306 < div id ="secondaryToolbarToggle " class ="toolbarButtonWithContainer ">
0 commit comments