mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
add css for textarea mapfile.content (#3201)
* add css for textarea mapfile.content - related #3198
This commit is contained in:
@@ -599,6 +599,12 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
textarea {
|
||||
white-space: pre;
|
||||
}
|
||||
</style>
|
||||
|
||||
<ul class="nav nav-tabs" role="tablist" id="maintabs">
|
||||
{# manually add tabs #}
|
||||
<li class="active"><a data-toggle="tab" href="#introduction"><b>{{ lang._('Introduction') }}</b></a></li>
|
||||
|
||||
Reference in New Issue
Block a user